aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-03-06tcg/tci: Merge mov, not and neg operationsRichard Henderson1-24/+5
2021-03-06tcg/tci: Merge bswap operationsRichard Henderson1-18/+4
2021-03-06tcg/tci: Merge extension operationsRichard Henderson1-36/+8
2021-03-06tcg/tci: Merge basic arithmetic operationsRichard Henderson1-54/+21
2021-03-06tcg/tci: Reduce use of tci_read_r64Richard Henderson1-51/+42
2021-03-06tcg/tci: Remove tci_read_r32sRichard Henderson1-18/+2
2021-03-06tcg/tci: Remove tci_read_r32Richard Henderson1-68/+54
2021-03-06tcg/tci: Remove tci_read_r16sRichard Henderson1-22/+4
2021-03-06tcg/tci: Remove tci_read_r16Richard Henderson1-21/+7
2021-03-06tcg/tci: Remove tci_read_r8sRichard Henderson1-21/+4
2021-03-06tcg/tci: Remove tci_read_r8Richard Henderson1-18/+5
2021-03-06tcg/tci: Merge identical cases in generation (load/store opcodes)Richard Henderson1-35/+14
2021-03-06tcg/tci: Merge identical cases in generation (conditional opcodes)Richard Henderson1-17/+6
2021-03-06tcg/tci: Merge identical cases in generation (deposit opcode)Richard Henderson1-10/+2
2021-03-06tcg/tci: Merge identical cases in generation (exchange opcodes)Richard Henderson1-21/+14
2021-03-06tcg/tci: Merge identical cases in generation (arithmetic opcodes)Richard Henderson1-48/+37
2021-03-06tcg: Manage splitwx in tc_ptr_to_region_tree by handRichard Henderson1-2/+18
2021-03-06tcg: Split out tcg_raise_tb_overflowRichard Henderson1-2/+7
2021-03-06tcg/tci: Use exec/cpu_ldst.h interfacesRichard Henderson1-45/+28
2021-03-06tcg/aarch64: Fix generation of "scalar" vector operationsRichard Henderson1-30/+181
2021-03-06tcg/aarch64: Fix I3617_CMLE0Richard Henderson1-1/+1
2021-03-06tcg/aarch64: Fix constant subtraction in tcg_out_addsub2Richard Henderson1-7/+9
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