aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate.h
AgeCommit message (Expand)Author
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson
2022-10-20target/arm: Change gen_exception_insn* to work on displacementsRichard Henderson
2022-10-20target/arm: Change gen_*set_pc_im to gen_*update_pcRichard Henderson
2022-10-20target/arm: Introduce curr_insn_lenRichard Henderson
2022-07-11target/arm: Implement SME MOVARichard Henderson
2022-07-11target/arm: Mark ADR as non-streamingRichard Henderson
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson
2022-06-10target/arm: Remove default_exception_elRichard Henderson
2022-06-10target/arm: Move gen_exception to translate.cRichard Henderson
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson
2022-06-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson
2022-05-30target/arm: Introduce TRANS, TRANS_FEATRichard Henderson
2022-04-22target/arm: Use tcg_constant_i32 in translate.hRichard Henderson
2022-04-22target/arm: Change DisasContext.thumb to boolRichard Henderson
2022-04-22target/arm: Change DisasContext.aarch64 to boolRichard Henderson
2021-09-21target/arm: Add TB flag for "MVE insns not predicated"Peter Maydell
2021-09-13target/arm: Take an exception if PSTATE.IL is setPeter Maydell
2021-09-01target/arm: Implement MVE VADD (floating-point)Peter Maydell
2021-07-02target/arm: Implement MVE shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE long shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE long shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell
2021-07-02target/arm: Use asimd_imm_const for A64 decodePeter Maydell
2021-07-02target/arm: Make asimd_imm_const() publicPeter Maydell
2021-06-21target/arm: Implement MVE VMLALDAVPeter Maydell
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell
2021-05-10target/arm: Move NeonGenThreeOpEnvFn typedef to translate.hPeter Maydell
2021-05-10target/arm: Share unallocated_encoding() and gen_exception_insn()Peter Maydell
2021-05-10target/arm: Move constant expanders to translate.hPeter Maydell
2021-04-30target/arm: Enforce alignment for VLDn (all lanes)Richard Henderson
2021-04-30target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endiannessRichard Henderson
2021-04-30target/arm: Add ALIGN_MEM to TBFLAG_ANYRichard Henderson
2021-04-30target/arm: Move mode specific TB flags to tb->cs_baseRichard Henderson
2021-04-30target/arm: Introduce CPUARMTBFlagsRichard Henderson
2020-08-28target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell
2020-06-26target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson
2020-06-26target/arm: Add MTE bits to tb_flagsRichard Henderson
2020-06-26target/arm: Add DISAS_UPDATE_NOCHAINRichard Henderson
2020-06-26target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXITRichard Henderson
2020-06-23target/arm: Convert simple fp Neon 2-reg-misc insnsPeter Maydell