aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson10-22/+0
2021-02-02tcg/tci: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-142/+158
2021-02-02tcg/sparc: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-52/+56
2021-02-02tcg/s390: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-70/+81
2021-02-02tcg/riscv: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-60/+54
2021-02-02tcg/ppc: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-81/+100
2021-02-02tcg/mips: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-68/+67
2021-02-02tcg/arm: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-63/+69
2021-02-02tcg/aarch64: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-59/+66
2021-02-02tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson4-128/+243
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson10-26/+0
2021-02-02tcg/sparc: Split out target constraints to tcg-target-con-str.hRichard Henderson3-53/+54
2021-02-02tcg/s390: Split out target constraints to tcg-target-con-str.hRichard Henderson3-40/+42
2021-02-02tcg/riscv: Split out target constraints to tcg-target-con-str.hRichard Henderson3-39/+35
2021-02-02tcg/mips: Split out target constraints to tcg-target-con-str.hRichard Henderson3-56/+46
2021-02-02tcg/tci: Split out target constraints to tcg-target-con-str.hRichard Henderson3-14/+13
2021-02-02tcg/ppc: Split out target constraints to tcg-target-con-str.hRichard Henderson3-58/+46
2021-02-02tcg/aarch64: Split out target constraints to tcg-target-con-str.hRichard Henderson3-43/+33
2021-02-02tcg/arm: Split out target constraints to tcg-target-con-str.hRichard Henderson3-56/+41
2021-02-02tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson4-74/+62
2021-02-02tcg/i386: Tidy register constraint definitionsRichard Henderson1-20/+20
2021-02-02tcg/i386: Move constraint type check to tcg_target_const_matchRichard Henderson1-11/+17
2021-02-02tcg/tci: Remove TCG_TARGET_HAS_* ifdefsRichard Henderson1-82/+0
2021-02-02tcg/tci: Drop L and S constraintsRichard Henderson1-6/+4
2021-01-27tcg/tci: Restrict tci_write_reg16() to 64-bit hostsPhilippe Mathieu-Daudé1-0/+2
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson1-3/+8
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov1-0/+1
2021-01-13tcg/aarch64: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-5/+5
2021-01-13tcg/ppc: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-17/+27
2021-01-13tcg: Remove tcg_gen_dup{8,16,32,64}i_vecRichard Henderson1-20/+0
2021-01-13tcg/i386: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-13/+13
2021-01-13tcg: Add tcg_reg_alloc_dup2Richard Henderson1-0/+97
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson12-42/+1
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson2-4/+4
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson2-77/+58
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson1-120/+107
2021-01-13tcg: Convert tcg_gen_dupi_vec to TCG_CONSTRichard Henderson3-40/+15
2021-01-13tcg/optimize: Use tcg_constant_internal with constant foldingRichard Henderson1-59/+49
2021-01-13tcg/optimize: Adjust TempOptInfo allocationRichard Henderson1-26/+34
2021-01-13tcg/optimize: Improve find_better_copyRichard Henderson1-15/+12
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson2-49/+188
2021-01-13tcg: Expand TempOptInfo to 64-bitsRichard Henderson1-19/+21
2021-01-13tcg: Rename struct tcg_temp_info to TempOptInfoRichard Henderson1-16/+16
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson1-1/+1
2021-01-13tcg: Add temp_readonlyRichard Henderson1-11/+10
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson2-54/+80
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson4-33/+69
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson4-34/+46
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson8-15/+8
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson9-17/+9