summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-a64.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_mis...Chen Qun2020-09-011-3/+0Star
* target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()Chen Qun2020-09-011-2/+2
* target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson2020-08-281-10/+23
* target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson2020-08-281-0/+34
* target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson2020-08-281-0/+16
* target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson2020-08-281-11/+16
* target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell2020-08-241-54/+35Star
* target/arm: Fix decode of LDRA[AB] instructionsPeter Collingbourne2020-08-041-2/+4
* target/arm: Avoid maybe-uninitialized warning with gcc 4.9Kaige Li2020-08-031-1/+1
* target/arm: Fix temp double-free in sve ldr/strRichard Henderson2020-07-031-0/+6
* target/arm: Implement data cache set allocation tagsRichard Henderson2020-06-261-0/+39
* target/arm: Complete TBI clearing for user-only for SVERichard Henderson2020-06-261-0/+5
* target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson2020-06-261-1/+1
* target/arm: Add arm_tlb_bti_gpRichard Henderson2020-06-261-1/+1
* target/arm: Add helper_mte_check_zvaRichard Henderson2020-06-261-1/+15
* target/arm: Add gen_mte_checkNRichard Henderson2020-06-261-16/+55
* target/arm: Add gen_mte_check1Richard Henderson2020-06-261-24/+76
* target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson2020-06-261-8/+64
* target/arm: Implement the STGP instructionRichard Henderson2020-06-261-3/+26
* target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-261-5/+167
* target/arm: Implement the SUBP instructionRichard Henderson2020-06-261-2/+22
* target/arm: Implement the GMI instructionRichard Henderson2020-06-261-0/+15
* target/arm: Implement the ADDG, SUBG instructionsRichard Henderson2020-06-261-0/+51
* target/arm: Revise decoding for disas_add_sub_immRichard Henderson2020-06-261-15/+8Star
* target/arm: Implement the IRG instructionRichard Henderson2020-06-261-0/+18
* target/arm: Add MTE bits to tb_flagsRichard Henderson2020-06-261-0/+4
* target/arm: Add MTE system registersRichard Henderson2020-06-261-0/+21
* target/arm: Add DISAS_UPDATE_NOCHAINRichard Henderson2020-06-261-0/+3
* target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXITRichard Henderson2020-06-261-4/+4
* target/arm: Remove dead code relating to SABA and UABAPeter Maydell2020-06-231-12/+0Star
* target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefsPeter Maydell2020-06-231-2/+2
* target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFnPeter Maydell2020-06-231-2/+2
* target/arm: Split helper_crypto_sm3ttRichard Henderson2020-06-051-16/+5Star
* target/arm: Split helper_crypto_sha1_3regRichard Henderson2020-06-051-18/+11Star
* target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson2020-06-051-21/+11Star
* target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson2020-06-051-35/+15Star
* target/arm: Convert rax1 to gvec helpersRichard Henderson2020-06-051-28/+31
* target/arm: Convert aes and sm4 to gvec helpersRichard Henderson2020-06-051-20/+35
* target/arm: Use clear_vec_high more effectivelyRichard Henderson2020-05-211-21/+32
* target/arm: Use tcg_gen_gvec_mov for clear_vec_highRichard Henderson2020-05-211-8/+2Star
* target/arm: Vectorize SABA/UABARichard Henderson2020-05-141-10/+7Star
* target/arm: Vectorize SABD/UABDRichard Henderson2020-05-141-1/+7
* target/arm: Create gen_gvec_{qrdmla,qrdmls}Richard Henderson2020-05-141-32/+2Star
* target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson2020-05-141-3/+2Star
* target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}Richard Henderson2020-05-141-12/+10Star
* target/arm: Create gen_gvec_{cmtst,ushl,sshl}Richard Henderson2020-05-141-12/+6Star
* target/arm: Create gen_gvec_{mla,mls}Richard Henderson2020-05-141-2/+2
* target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0Richard Henderson2020-05-141-11/+11
* target/arm: Tidy handle_vec_simd_shriRichard Henderson2020-05-141-42/+14Star
* target/arm: Create gen_gvec_{sri,sli}Richard Henderson2020-05-141-17/+3Star