aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson1-0/+2
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson1-0/+63
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson1-0/+4
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson1-0/+4
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson1-0/+4
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson1-0/+4
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson1-0/+4
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson1-0/+7
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson1-5/+16
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-4/+4
2023-04-23tcg: Replace if + tcg_abort with tcg_debug_assertRichard Henderson1-3/+1
2023-03-13tcg: Drop tcg_const_*Richard Henderson1-16/+0
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson1-0/+1
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson1-46/+8
2023-03-05tcg: Decode the operand to INDEX_op_mb in dumpsRichard Henderson1-0/+79
2023-03-05tcg: Merge two sequential labelsRichard Henderson1-1/+43
2023-03-05tcg: Link branches to the labelsRichard Henderson1-10/+20
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones1-0/+1
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson1-16/+0
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson1-51/+54
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson1-1/+1
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson1-4/+4
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson1-16/+3
2023-03-01tcg: Add liveness_pass_0Richard Henderson1-0/+70
2023-03-01tcg: Use noinline for major tcg_gen_code subroutinesRichard Henderson1-3/+6
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson1-9/+9
2023-03-01tcg: Remove branch-to-next regardless of reference countRichard Henderson1-16/+17
2023-03-01tcg: Adjust TCGContext.temps_in_use checkRichard Henderson1-6/+4
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé1-1/+0
2023-02-04tcg: Add temp allocation for TCGv_i128Richard Henderson1-18/+42
2023-02-04tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson1-3/+3
2023-02-04tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson1-0/+19
2023-02-04tcg: Add TCG_CALL_RET_BY_VECRichard Henderson1-0/+19
2023-02-04tcg: Introduce tcg_target_call_oarg_regRichard Henderson1-3/+6
2023-02-04tcg: Add TCG_CALL_{RET,ARG}_BY_REFRichard Henderson1-3/+132
2023-02-04tcg: Introduce tcg_out_addi_ptrRichard Henderson1-0/+2
2023-02-04tcg: Allocate objects contiguously in temp_allocate_frameRichard Henderson1-8/+26
2023-02-04tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMALRichard Henderson1-4/+33
2023-02-04tcg: Init temp_subindex in liveness_pass_2Richard Henderson1-0/+1
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota1-2/+4
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson1-1/+0
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-2/+4
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson1-11/+3
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-2/+2
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson1-0/+4
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson1-0/+9
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson1-0/+10
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson1-0/+4