aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-16target/arm: Improve gen_top_byte_ignoreRichard Henderson1-11/+14
2021-02-11target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran1-0/+12
2021-01-19target/arm: add MMU stage 1 for Secure EL2RĂ©mi Denis-Courmont1-0/+4
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-1/+1
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang1-2/+2
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson1-2/+2
2020-09-01target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_mis...Chen Qun1-3/+0
2020-09-01target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()Chen Qun1-2/+2
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson1-10/+23
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson1-0/+34
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson1-0/+16
2020-08-28target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson1-11/+16
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell1-54/+35
2020-08-04target/arm: Fix decode of LDRA[AB] instructionsPeter Collingbourne1-2/+4
2020-08-03target/arm: Avoid maybe-uninitialized warning with gcc 4.9Kaige Li1-1/+1
2020-07-03target/arm: Fix temp double-free in sve ldr/strRichard Henderson1-0/+6
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson1-0/+39
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson1-0/+5
2020-06-26target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson1-1/+1
2020-06-26target/arm: Add arm_tlb_bti_gpRichard Henderson1-1/+1
2020-06-26target/arm: Add helper_mte_check_zvaRichard Henderson1-1/+15
2020-06-26target/arm: Add gen_mte_checkNRichard Henderson1-16/+55
2020-06-26target/arm: Add gen_mte_check1Richard Henderson1-24/+76
2020-06-26target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson1-8/+64
2020-06-26target/arm: Implement the STGP instructionRichard Henderson1-3/+26
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson1-5/+167
2020-06-26target/arm: Implement the SUBP instructionRichard Henderson1-2/+22
2020-06-26target/arm: Implement the GMI instructionRichard Henderson1-0/+15
2020-06-26target/arm: Implement the ADDG, SUBG instructionsRichard Henderson1-0/+51
2020-06-26target/arm: Revise decoding for disas_add_sub_immRichard Henderson1-15/+8
2020-06-26target/arm: Implement the IRG instructionRichard Henderson1-0/+18
2020-06-26target/arm: Add MTE bits to tb_flagsRichard Henderson1-0/+4
2020-06-26target/arm: Add MTE system registersRichard Henderson1-0/+21
2020-06-26target/arm: Add DISAS_UPDATE_NOCHAINRichard Henderson1-0/+3
2020-06-26target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXITRichard Henderson1-4/+4
2020-06-23target/arm: Remove dead code relating to SABA and UABAPeter Maydell1-12/+0
2020-06-23target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefsPeter Maydell1-2/+2
2020-06-23target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFnPeter Maydell1-2/+2
2020-06-05target/arm: Split helper_crypto_sm3ttRichard Henderson1-16/+5
2020-06-05target/arm: Split helper_crypto_sha1_3regRichard Henderson1-18/+11
2020-06-05target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson1-21/+11
2020-06-05target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson1-35/+15
2020-06-05target/arm: Convert rax1 to gvec helpersRichard Henderson1-28/+31
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson1-20/+35
2020-05-21target/arm: Use clear_vec_high more effectivelyRichard Henderson1-21/+32
2020-05-21target/arm: Use tcg_gen_gvec_mov for clear_vec_highRichard Henderson1-8/+2
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson1-10/+7
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson1-1/+7
2020-05-14target/arm: Create gen_gvec_{qrdmla,qrdmls}Richard Henderson1-32/+2