Age | Commit message (Expand) | Author | Files | Lines |
2023-02-04 | tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128 | Richard Henderson | 2 | -5/+8 |
2023-02-04 | tcg: Introduce tcg_target_call_oarg_reg | Richard Henderson | 1 | -6/+6 |
2023-02-04 | tcg: Introduce tcg_out_addi_ptr | Richard Henderson | 1 | -0/+7 |
2023-01-17 | tcg: Remove TCG_TARGET_HAS_direct_jump | Richard Henderson | 2 | -2/+0 |
2023-01-17 | tcg: Always define tb_target_set_jmp_target | Richard Henderson | 1 | -0/+6 |
2023-01-17 | tcg: Move tb_target_set_jmp_target declaration to tcg.h | Richard Henderson | 1 | -4/+0 |
2023-01-17 | tcg: Change tb_target_set_jmp_target arguments | Richard Henderson | 1 | -1/+2 |
2023-01-17 | tcg: Split out tcg_out_goto_tb | Richard Henderson | 1 | -7/+9 |
2023-01-17 | tcg: Introduce get_jmp_target_addr | Richard Henderson | 1 | -1/+1 |
2023-01-17 | tcg: Replace asserts on tcg_jmp_insn_offset | Richard Henderson | 1 | -1/+1 |
2023-01-17 | tcg: Split out tcg_out_exit_tb | Richard Henderson | 1 | -4/+6 |
2023-01-05 | tcg: Add TCGHelperInfo argument to tcg_out_call | Richard Henderson | 1 | -1/+2 |
2023-01-05 | tcg: Use TCG_CALL_ARG_EVEN for TCI special case | Richard Henderson | 1 | -1/+2 |
2023-01-05 | tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32 | Richard Henderson | 1 | -0/+1 |
2023-01-05 | tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64 | Richard Henderson | 1 | -0/+5 |
2023-01-04 | tci: MAX_OPC_PARAM_IARGS is no longer used | Richard Henderson | 1 | -4/+0 |
2022-07-05 | tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETER | Richard Henderson | 2 | -12/+0 |
2022-03-04 | tcg: Set MAX_OPC_PARAM_IARGS to 7 | Ziqiao Kong | 1 | -1/+1 |
2022-02-28 | tcg/tci: Use tcg_out_ldst in tcg_out_st | Richard Henderson | 1 | -3/+2 |
2021-07-09 | tcg: Remove TCG_TARGET_HAS_goto_ptr | Richard Henderson | 1 | -1/+0 |
2021-06-29 | tcg/tci: Support bswap flags | Richard Henderson | 1 | -3/+20 |
2021-06-19 | tcg/tci: Implement add2, sub2 | Richard Henderson | 2 | -11/+12 |
2021-06-19 | tcg/tci: Implement mulu2, muls2 | Richard Henderson | 2 | -9/+13 |
2021-06-19 | tcg/tci: Implement clz, ctz, ctpop | Richard Henderson | 2 | -6/+15 |
2021-06-19 | tcg/tci: Implement extract, sextract | Richard Henderson | 2 | -4/+36 |
2021-06-19 | tcg/tci: Implement andc, orc, eqv, nand, nor | Richard Henderson | 1 | -10/+10 |
2021-06-19 | tcg/tci: Implement movcond | Richard Henderson | 2 | -5/+9 |
2021-06-19 | tcg/tci: Implement goto_ptr | Richard Henderson | 3 | -1/+18 |
2021-06-19 | tcg/tci: Change encoding to uint32_t units | Richard Henderson | 3 | -224/+176 |
2021-06-19 | tcg/tci: Emit setcond before brcond | Richard Henderson | 1 | -34/+18 |
2021-06-19 | tcg/tci: Reserve r13 for a temporary | Richard Henderson | 2 | -0/+2 |
2021-06-19 | tcg/tci: Use ffi for calls | Richard Henderson | 2 | -27/+25 |
2021-06-19 | tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order | Richard Henderson | 1 | -2/+2 |
2021-06-19 | tcg/tci: Improve tcg_target_call_clobber_regs | Richard Henderson | 1 | -2/+8 |
2021-06-11 | tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h | Richard Henderson | 1 | -0/+1 |
2021-06-04 | tcg: Change parameters for tcg_target_const_match | Richard Henderson | 1 | -4/+2 |
2021-03-17 | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina | 1 | -2/+3 |
2021-03-17 | tcg/tci: Split out tcg_out_op_r[iI] | Richard Henderson | 1 | -15/+35 |
2021-03-17 | tcg/tci: Split out tcg_out_op_v | Richard Henderson | 1 | -4/+10 |
2021-03-17 | tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm} | Richard Henderson | 1 | -17/+53 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrrcl | Richard Henderson | 1 | -8/+19 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrr | Richard Henderson | 1 | -6/+15 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrrrr | Richard Henderson | 1 | -8/+19 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrcl | Richard Henderson | 1 | -6/+15 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrbb | Richard Henderson | 1 | -7/+16 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrrrc | Richard Henderson | 1 | -9/+21 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrc | Richard Henderson | 1 | -6/+15 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrr | Richard Henderson | 1 | -5/+14 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rr | Richard Henderson | 1 | -13/+23 |
2021-03-17 | tcg/tci: Split out tcg_out_op_p | Richard Henderson | 1 | -6/+12 |