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
/
helper-a64.c
Age
Commit message (
Expand
)
Author
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
2018-05-31
target/arm: Honour FPCR.FZ in FRECPX
Peter Maydell
2018-05-17
target/arm: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2018-05-17
target/arm: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
2018-05-15
target/arm: Implement FCMP for fp16
Alex Bennée
2018-05-10
target/arm: Implement CAS and CASP
Richard Henderson
2018-03-01
arm/translate-a64: add FP16 FSQRT to simd_two_reg_misc_fp16
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 FRCPX to simd_two_reg_misc_fp16
Alex Bennée
2018-03-01
arm/translate-a64: add FCVTxx to simd_two_reg_misc_fp16
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 FPRINTx to simd_two_reg_misc_fp16
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 x2 ops for simd_indexed
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 FMULA/X/S to simd_three_reg_same_fp16
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 F[A]C[EQ/GE/GT] to simd_three_reg_same_fp16
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 FADD/FABD/FSUB/FMUL/FDIV to simd_three_reg_same_fp16
Alex Bennée
2018-03-01
arm/translate-a64: implement half-precision F(MIN|MAX)(V|NMV)
Alex Bennée
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-01-25
target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers
Richard Henderson
2018-01-11
target/arm: Fix stlxp for aarch64_be
Michael Weiser
2017-11-15
target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/be
Richard Henderson
2017-11-15
target/arm: Use helper_retaddr in stxp helpers
Richard Henderson
2017-10-24
target/arm: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-01-10
target-arm: Use clrsb helper
Richard Henderson
2017-01-10
target-arm: Use clz opcode
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth