summaryrefslogtreecommitdiff
path: root/target/arm/helper.h
AgeCommit message (Expand)Author
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE predicate testRichard Henderson
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée
2018-05-15target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson
2018-03-23target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell
2018-03-02target/arm: Decode aa64 armv8.3 fcmlaRichard Henderson
2018-03-02target/arm: Decode aa64 armv8.3 fcaddRichard Henderson
2018-03-02target/arm: Decode aa64 armv8.1 three same extraRichard Henderson
2018-03-02target/arm: Decode aa64 armv8.1 scalar three same extraRichard Henderson
2018-03-01arm/helper.c: re-factor rsqrte and add rsqrte_f16Alex Bennée
2018-03-01arm/helper.c: re-factor recpe and add recepe_f16Alex Bennée
2018-03-01arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16Alex Bennée
2018-03-01target/arm/helper: pass explicit fpst to set_rmodeAlex Bennée
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel
2018-01-25target/arm: Use pointers in neon tbl helperRichard Henderson
2018-01-25target/arm: Use pointers in neon zip/uzp helpersRichard Henderson
2018-01-25target/arm: Use pointers in crypto helpersRichard Henderson
2017-12-13target/arm: Implement TT instructionPeter Maydell
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini
2017-10-12target/arm: Implement BLXNSPeter Maydell
2017-09-07target/arm: Implement BXNS, and banked stack pointersPeter Maydell
2017-01-10target-arm: Use clz opcodeRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth