aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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: Avoid tcg_const_* in translate-mve.cRichard Henderson1-25/+29
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson1-2/+4
2023-03-13target/arm: Improve trans_BFCIRichard Henderson1-8/+6
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson4-48/+48
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson3-20/+20
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson3-29/+18
2023-03-13target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sfRichard Henderson1-4/+2
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson1-28/+6
2023-03-13target/tricore: Avoid tcg_const_i32Richard Henderson1-63/+64
2023-03-13target/tricore: Drop some temp initializationRichard Henderson1-2/+2
2023-03-13target/tricore: Use setcondi instead of explicit allocationRichard Henderson1-5/+2
2023-03-13target/tricore: Rename t_off10 and use tcg_constant_i32Richard Henderson1-29/+27
2023-03-13target/tricore: Split t_n as constant from temp as variableRichard Henderson1-128/+140
2023-03-13tcg/sparc: Avoid tcg_const_tl in gen_edgeRichard Henderson1-8/+6
2023-03-13target/sh4: Avoid tcg_const_i32Richard Henderson1-13/+13
2023-03-13target/sh4: Avoid tcg_const_i32 for TAS.BRichard Henderson1-6/+3
2023-03-13target/s390x: Avoid tcg_const_i64Richard Henderson1-10/+10
2023-03-13target/rx: Avoid tcg_const_i32Richard Henderson1-16/+16
2023-03-13target/rx: Avoid tcg_const_i32 when new temp neededRichard Henderson1-6/+6
2023-03-13target/rx: Use cpu_psw_z as temp in flags computationRichard Henderson1-15/+13
2023-03-13target/rx: Use tcg_gen_abs_i32Richard Henderson1-11/+1
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vector_shift_quadRichard Henderson1-1/+3
2023-03-13target/ppc: Split out gen_vx_vmul10Richard Henderson1-46/+49
2023-03-13target/mips: Avoid tcg_const_* throughoutRichard Henderson5-41/+43
2023-03-13target/mips: Avoid tcg_const_tl in gen_r6_ldRichard Henderson1-2/+2
2023-03-13target/mips: Split out gen_lxrRichard Henderson1-76/+40
2023-03-13target/mips: Split out gen_lxlRichard Henderson1-70/+36
2023-03-13target/m68k: Avoid tcg_const_* throughoutRichard Henderson1-81/+77
2023-03-13target/m68k: Avoid tcg_const_i32 in bfop_regRichard Henderson1-22/+20
2023-03-13target/m68k: Avoid tcg_const_i32 when modifiedRichard Henderson1-13/+16
2023-03-13target/i386: Avoid use of tcg_const_* throughoutRichard Henderson1-41/+42
2023-03-13target/hppa: Avoid use of tcg_const_i32 throughoutRichard Henderson1-10/+11
2023-03-13target/hppa: Avoid tcg_const_i64 in trans_fid_fRichard Henderson1-5/+9
2023-03-13target/cris: Avoid use of tcg_const_i32 throughoutRichard Henderson2-38/+34
2023-03-13target/avr: Avoid use of tcg_const_i32 throughoutRichard Henderson1-15/+15
2023-03-13target/avr: Avoid use of tcg_const_i32 in SBIC, SBISRichard Henderson1-8/+10
2023-03-13target/xtensa: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/tricore: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/sparc: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/sh4: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/s390x: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/rx: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/riscv: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/ppc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/openrisc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/nios2: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/mips: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0