aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson4-194/+89
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson2-10/+5
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson2-53/+5
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson1-8/+0
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson3-11/+25
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson2-20/+0
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson1-8/+7
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson1-6/+1
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson2-2/+13
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson1-7/+1
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson1-7/+1
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson1-6/+1
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson1-4/+1
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson1-8/+5
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson1-8/+5
2021-02-05tcg/tci: Merge INDEX_op_ld8u_{i32,i64}Richard Henderson1-7/+13
2021-02-05tcg/tci: Inline tci_write_reg64 into 64-bit callersRichard Henderson1-33/+27
2021-02-05tcg/tci: Inline tci_write_reg32 into all callersRichard Henderson1-36/+30
2021-02-05tcg/tci: Inline tci_write_reg16 into the only callerRichard Henderson1-9/+1
2021-02-05tcg/tci: Inline tci_write_reg8 into its callersRichard Henderson1-7/+2
2021-02-05tcg/tci: Inline tci_write_reg32s into the only callerRichard Henderson1-9/+1
2021-02-05tcg/tci: Implement INDEX_op_ld8s_i64Stefan Weil1-1/+4
2021-02-05tcg/tci: Implement INDEX_op_ld16s_i32Stefan Weil1-1/+4
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson2-8/+3
2021-02-05tcg/aarch64: Do not convert TCGArg to temps that are not tempsRichard Henderson1-3/+4
2021-02-05tcg/s390: Fix compare instruction from extended-immediate facilityPhilippe Mathieu-Daudé1-1/+1
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