index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-arm
/
translate-a64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)
Alex Bennée
1
-4
/
+105
2014-03-18
target-arm: A64: Add saturating int ops (SQNEG/SQABS)
Alex Bennée
1
-6
/
+45
2014-03-17
target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate)
Alex Bennée
1
-6
/
+21
2014-03-17
target-arm: A64: Implement FCVTXN
Peter Maydell
1
-1
/
+19
2014-03-17
target-arm: A64: Implement scalar saturating narrow ops
Alex Bennée
1
-7
/
+28
2014-03-17
target-arm: A64: Move handle_2misc_narrow function
Alex Bennée
1
-90
/
+90
2014-03-17
target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPE
Alex Bennée
1
-3
/
+19
2014-03-17
target-arm: A64: Implement FCVTZS, FCVTZU in the shift-imm categories
Peter Maydell
1
-2
/
+78
2014-03-17
target-arm: A64: Handle saturating left shifts SQSHL, SQSHLU, UQSHL
Peter Maydell
1
-0
/
+132
2014-03-17
target-arm: A64: Implement FRINT*
Peter Maydell
1
-3
/
+42
2014-03-17
target-arm: A64: Implement SRI
Peter Maydell
1
-8
/
+49
2014-03-17
target-arm: A64: Add FRECPX (reciprocal exponent)
Alex Bennée
1
-1
/
+69
2014-03-17
target-arm: A64: List unsupported shift-imm opcodes
Peter Maydell
1
-2
/
+11
2014-03-17
target-arm: A64: Implement FCVTL
Peter Maydell
1
-0
/
+47
2014-03-17
target-arm: A64: Implement FCVTN
Peter Maydell
1
-1
/
+23
2014-03-17
target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructions
Peter Maydell
1
-19
/
+169
2014-03-17
target-arm: A64: Implement SHLL, SHLL2
Peter Maydell
1
-1
/
+31
2014-03-17
target-arm: A64: Implement SADDLP, UADDLP, SADALP, UADALP
Peter Maydell
1
-1
/
+74
2014-03-17
target-arm: A64: Saturating and narrowing shift ops
Alex Bennée
1
-3
/
+178
2014-03-17
target-arm: A64: Add remaining CLS/Z vector ops
Alex Bennée
1
-1
/
+35
2014-03-17
target-arm: A64: Add FSQRT to C3.6.17 (two misc)
Alex Bennée
1
-1
/
+12
2014-03-17
target-arm: A64: Add last AdvSIMD Integer to FP ops
Alex Bennée
1
-9
/
+123
2014-03-17
target-arm: A64: Fix bug in add_sub_ext handling of rn
Alex Bennée
1
-2
/
+1
2014-03-17
target-arm: A64: Implement PMULL instruction
Peter Maydell
1
-2
/
+39
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+2
2014-03-10
target-arm: Fix intptr_t vs tcg_target_long
Richard Henderson
1
-1
/
+1
2014-02-26
target-arm: A64: Implement MSR (immediate) instructions
Peter Maydell
1
-1
/
+24
2014-02-26
target-arm: A64: Implement WFI
Peter Maydell
1
-1
/
+4
2014-02-26
target-arm: Get MMU index information correct for A64 code
Peter Maydell
1
-1
/
+1
2014-02-26
target-arm: Implement AArch64 CurrentEL sysreg
Peter Maydell
1
-0
/
+7
2014-02-20
target-arm: A64: Implement unprivileged load/store
Peter Maydell
1
-32
/
+37
2014-02-20
target-arm: A64: Implement narrowing three-reg-diff operations
Peter Maydell
1
-1
/
+59
2014-02-20
target-arm: A64: Implement the wide 3-reg-different operations
Peter Maydell
1
-1
/
+40
2014-02-20
target-arm: A64: Add most remaining three-reg-diff widening ops
Peter Maydell
1
-21
/
+88
2014-02-20
target-arm: A64: Add opcode comments to disas_simd_three_reg_diff
Peter Maydell
1
-11
/
+11
2014-02-20
target-arm: A64: Implement store-exclusive for system mode
Peter Maydell
1
-6
/
+62
2014-02-20
target-arm: Remove unnecessary code now read/write fns can't fail
Peter Maydell
1
-2
/
+0
2014-02-20
target-arm: Split cpreg access checks out from read/write functions
Peter Maydell
1
-0
/
+11
2014-02-20
target-arm: Log bad system register accesses with LOG_UNIMP
Peter Maydell
1
-1
/
+6
2014-02-20
target-arm: A64: Implement remaining 3-same instructions
Peter Maydell
1
-4
/
+48
2014-02-20
target-arm: A64: Implement floating point pairwise insns
Alex Bennée
1
-38
/
+86
2014-02-20
target-arm: A64: Implement SIMD FP compare and set insns
Alex Bennée
1
-12
/
+185
2014-02-20
target-arm: A64: Implement scalar three different instructions
Peter Maydell
1
-1
/
+94
2014-02-20
target-arm: A64: Implement SIMD scalar indexed instructions
Peter Maydell
1
-33
/
+82
2014-02-20
target-arm: A64: Implement long vector x indexed insns
Peter Maydell
1
-5
/
+139
2014-02-20
target-arm: A64: Implement plain vector SIMD indexed element insns
Peter Maydell
1
-1
/
+247
2014-02-08
disas: Implement disassembly output for A64
Claudio Fontana
1
-1
/
+1
2014-02-08
target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc group
Peter Maydell
1
-3
/
+20
2014-02-08
target-arm: A64: Add 2-reg-misc REV* instructions
Alex Bennée
1
-1
/
+70
2014-02-08
target-arm: A64: Add narrowing 2-reg-misc instructions
Peter Maydell
1
-2
/
+83
[next]