index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
helper.h
Age
Commit message (
Expand
)
Author
2019-05-13
target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_abs
Richard Henderson
2019-04-29
target/arm: Implement VLLDM for v7M CPUs with an FPU
Peter Maydell
2019-04-29
target/arm: Implement VLSTM for v7M CPUs with an FPU
Peter Maydell
2019-04-29
target/arm: Implement M-profile lazy FP state preservation
Peter Maydell
2019-03-05
target/arm: Implement ARMv8.5-FRINT
Richard Henderson
2019-03-05
target/arm: Add set/clear_pstate_bits, share gen_ss_advance
Richard Henderson
2019-03-05
target/arm: Split helper_msr_i_pstate into 3
Richard Henderson
2019-02-28
target/arm: Add helpers for FMLAL
Richard Henderson
2019-02-21
target/arm: Implement ARMv8.3-JSConv
Richard Henderson
2019-02-15
target/arm: Use vector operations for saturation
Richard Henderson
2019-02-15
target/arm: Remove neon min/max helpers
Richard Henderson
2019-01-21
target/arm: Move helper_exception_return to helper-a64.c
Richard Henderson
2018-10-08
target/arm: Add v8M stack checks on ADD/SUB/MOV of SP
Peter Maydell
2018-06-29
target/arm: Implement SVE dot product (indexed)
Richard Henderson
2018-06-29
target/arm: Implement SVE dot product (vectors)
Richard Henderson
2018-06-29
target/arm: Implement SVE floating-point convert to integer
Richard Henderson
2018-06-29
target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group
Richard Henderson
2018-06-29
target/arm: Implement SVE Floating Point Multiply Indexed Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group
Richard Henderson
2018-05-18
target/arm: Implement SVE predicate test
Richard Henderson
2018-05-17
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
2018-05-15
target/arm: Implement FCVT (scalar, integer) for fp16
Richard Henderson
2018-05-10
target/arm: Fix float16 to/from int16
Richard Henderson
2018-03-23
target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRK
Peter Maydell
2018-03-02
target/arm: Decode aa64 armv8.3 fcmla
Richard Henderson
2018-03-02
target/arm: Decode aa64 armv8.3 fcadd
Richard Henderson
2018-03-02
target/arm: Decode aa64 armv8.1 three same extra
Richard Henderson
2018-03-02
target/arm: Decode aa64 armv8.1 scalar three same extra
Richard Henderson
2018-03-01
arm/helper.c: re-factor rsqrte and add rsqrte_f16
Alex Bennée
2018-03-01
arm/helper.c: re-factor recpe and add recepe_f16
Alex Bennée
2018-03-01
arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16
Alex Bennée
2018-03-01
target/arm/helper: pass explicit fpst to set_rmode
Alex Bennée
2018-02-09
target/arm: implement SM4 instructions
Ard Biesheuvel
2018-02-09
target/arm: implement SM3 instructions
Ard Biesheuvel
2018-02-09
target/arm: implement SHA-512 instructions
Ard Biesheuvel
2018-01-25
target/arm: Use pointers in neon tbl helper
Richard Henderson
2018-01-25
target/arm: Use pointers in neon zip/uzp helpers
Richard Henderson
2018-01-25
target/arm: Use pointers in crypto helpers
Richard Henderson
2017-12-13
target/arm: Implement TT instruction
Peter Maydell
2017-10-31
fix WFI/WFE length in syndrome register
Stefano Stabellini
2017-10-12
target/arm: Implement BLXNS
Peter Maydell
2017-09-07
target/arm: Implement BXNS, and banked stack pointers
Peter Maydell
2017-01-10
target-arm: Use clz opcode
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth