index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
translate.c
Age
Commit message (
Expand
)
Author
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-08-16
target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word
Richard Henderson
2019-08-16
target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR
Richard Henderson
2019-08-16
target/arm: Use tcg_gen_rotri_i32 for gen_swap_half
Richard Henderson
2019-08-16
target/arm: Use ror32 instead of open-coding the operation
Richard Henderson
2019-08-16
target/arm: Remove redundant shift tests
Richard Henderson
2019-08-16
target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB
Richard Henderson
2019-08-16
target/arm: Use tcg_gen_extract_i32 for shifter_out_im
Richard Henderson
2019-08-16
target/arm: Remove helper_double_saturate
Richard Henderson
2019-08-16
target/arm: Use unallocated_encoding for aarch32
Richard Henderson
2019-08-16
target/arm: Remove offset argument to gen_exception_bkpt_insn
Richard Henderson
2019-08-16
target/arm: Replace offset with pc in gen_exception_internal_insn
Richard Henderson
2019-08-16
target/arm: Replace offset with pc in gen_exception_insn
Richard Henderson
2019-08-16
target/arm: Replace s->pc with s->base.pc_next
Richard Henderson
2019-08-16
target/arm: Remove redundant s->pc & ~1
Richard Henderson
2019-08-16
target/arm: Introduce add_reg_for_lit
Richard Henderson
2019-08-16
target/arm: Introduce read_pc
Richard Henderson
2019-08-16
target/arm: Introduce pc_curr
Richard Henderson
2019-08-16
target/arm: Pass in pc to thumb_insn_is_16bit
Richard Henderson
2019-08-16
target/arm: Fix routing of singlestep exceptions
Peter Maydell
2019-08-16
target/arm: Factor out 'generate singlestep exception' function
Peter Maydell
2019-07-04
target/arm: Execute Thumb instructions when their condbits are 0xf
Peter Maydell
2019-07-01
target/arm: Move CPU state dumping routines to cpu.c
Philippe Mathieu-Daudé
2019-07-01
target/arm: Fix coding style issues
Philippe Mathieu-Daudé
2019-06-17
target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d
Peter Maydell
2019-06-17
target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16
Peter Maydell
2019-06-17
target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32
Peter Maydell
2019-06-17
target/arm: Stop using cpu_F0s in Neon VCVT fixed-point ops
Peter Maydell
2019-06-17
target/arm: Stop using cpu_F0s for Neon f32/s32 VCVT
Peter Maydell
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VRECPE_F and NEON_2RM_VRSQRTE_F
Peter Maydell
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VCVT[ANPM][US]
Peter Maydell
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VRINT*
Peter Maydell
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VNEG_F
Peter Maydell
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VABS_F
Peter Maydell
2019-06-13
target/arm: Convert float-to-integer VCVT insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VCVT fp/fixed-point conversion insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VJCVT to decodetree
Peter Maydell
2019-06-13
target/arm: Convert integer-to-float insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert double-single precision conversion insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VFP round insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert the VCVT-to-f16 insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert the VCVT-from-f16 insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VFP comparison insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VMOV (register) to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VSQRT to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VNEG to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VABS to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VMOV (imm) to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VFP fused multiply-add insns to decodetree
Peter Maydell
2019-06-13
target/arm: Convert VDIV to decodetree
Peter Maydell
[next]