aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate-a64.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-06target/arm: Move mte check for store-exclusiveRichard Henderson1-6/+36
2023-06-06target/arm: Relax ordered/atomic alignment checks for LSE2Richard Henderson1-26/+94
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson1-0/+1
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson1-0/+2
2023-06-06target/arm: Pass single_memop to gen_mte_checkNRichard Henderson1-12/+19
2023-06-06target/arm: Pass memop to gen_mte_check1*Richard Henderson1-38/+44
2023-06-06target/arm: Hoist finalize_memop out of do_fp_{ld, st}Richard Henderson1-20/+23
2023-06-06target/arm: Hoist finalize_memop out of do_gpr_{ld, st}Richard Henderson1-26/+35
2023-06-06target/arm: Load/store integer pair with one tcg operationRichard Henderson1-15/+55
2023-06-06target/arm: Sink gen_mte_check1 into load/store_exclusiveRichard Henderson1-23/+21
2023-06-06target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2GRichard Henderson1-7/+10
2023-06-06target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}Richard Henderson1-24/+11
2023-06-06target/arm: Use tcg_gen_qemu_ld_i128 for LDXPRichard Henderson1-11/+20
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson1-0/+2
2023-06-05target/arm: Tidy helpers for translationRichard Henderson1-10/+3
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-13/+10
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson1-2/+0
2023-05-18target/arm: Convert ERET, ERETAA, ERETAB to decodetreePeter Maydell1-108/+55
2023-05-18target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetreePeter Maydell1-58/+39
2023-05-18target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetreePeter Maydell1-55/+77
2023-05-18target/arm: Convert BR, BLR, RET to decodetreePeter Maydell1-6/+49
2023-05-18target/arm: Convert conditional branch insns to decodetreePeter Maydell1-24/+6
2023-05-18target/arm: Convert TBZ, TBNZ to decodetreePeter Maydell1-20/+5
2023-05-18target/arm: Convert CBZ, CBNZ to decodetreePeter Maydell1-20/+6
2023-05-18target/arm: Convert unconditional branch immediate to decodetreePeter Maydell1-19/+10
2023-05-18target/arm: Convert Extract instructions to decodetreePeter Maydell1-63/+27
2023-05-18target/arm: Convert Bitfield to decodetreeRichard Henderson1-57/+75
2023-05-18target/arm: Convert Move wide (immediate) to decodetreeRichard Henderson1-43/+28
2023-05-18target/arm: Convert Logical (immediate) to decodetreeRichard Henderson1-64/+28
2023-05-18target/arm: Replace bitmask64 with MAKE_64BIT_MASKRichard Henderson1-9/+2
2023-05-18target/arm: Convert Add/subtract (immediate with tags) to decodetreeRichard Henderson1-27/+11
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson1-53/+20
2023-05-18target/arm: Split gen_add_CC and gen_sub_CCRichard Henderson1-60/+79
2023-05-18target/arm: Convert PC-rel addressing to decodetreeRichard Henderson1-24/+14
2023-05-18target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoderPeter Maydell1-16/+4
2023-05-18target/arm: Create decodetree skeleton for A64Peter Maydell1-7/+11
2023-05-18target/arm: Split out disas_a64_legacyRichard Henderson1-38/+44
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson1-11/+15
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson1-2/+6
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson1-20/+21
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson1-28/+19
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson1-8/+8
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson1-28/+6
2023-03-05target/arm: Drop tcg_temp_free from translator-a64.cRichard Henderson1-457/+11
2023-03-05target/arm: Drop new_tmp_a64_zeroRichard Henderson1-23/+18
2023-03-05target/arm: Drop new_tmp_a64Richard Henderson1-25/+20
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson1-24/+1
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson1-13/+4
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-2/+0
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson1-6/+0