aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci
AgeCommit message (Expand)AuthorFilesLines
2023-05-02Document that -singlestep command line option is deprecatedPeter Maydell1-1/+1
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson1-0/+7
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson1-1/+6
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson1-1/+6
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson1-1/+8
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson1-1/+8
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson1-1/+13
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson1-1/+20
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson1-1/+13
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson1-1/+20
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-1/+1
2023-02-04tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson2-5/+8
2023-02-04tcg: Introduce tcg_target_call_oarg_regRichard Henderson1-6/+6
2023-02-04tcg: Introduce tcg_out_addi_ptrRichard Henderson1-0/+7
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson2-2/+0
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson1-0/+6
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson1-4/+0
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-1/+2
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson1-7/+9
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson1-1/+1
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson1-1/+1
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson1-4/+6
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson1-1/+2
2023-01-05tcg: Use TCG_CALL_ARG_EVEN for TCI special caseRichard Henderson1-1/+2
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson1-0/+1
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson1-0/+5
2023-01-04tci: MAX_OPC_PARAM_IARGS is no longer usedRichard Henderson1-4/+0
2022-07-05tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETERRichard Henderson2-12/+0
2022-03-04tcg: Set MAX_OPC_PARAM_IARGS to 7Ziqiao Kong1-1/+1
2022-02-28tcg/tci: Use tcg_out_ldst in tcg_out_stRichard Henderson1-3/+2
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-1/+0
2021-06-29tcg/tci: Support bswap flagsRichard Henderson1-3/+20
2021-06-19tcg/tci: Implement add2, sub2Richard Henderson2-11/+12
2021-06-19tcg/tci: Implement mulu2, muls2Richard Henderson2-9/+13
2021-06-19tcg/tci: Implement clz, ctz, ctpopRichard Henderson2-6/+15
2021-06-19tcg/tci: Implement extract, sextractRichard Henderson2-4/+36
2021-06-19tcg/tci: Implement andc, orc, eqv, nand, norRichard Henderson1-10/+10
2021-06-19tcg/tci: Implement movcondRichard Henderson2-5/+9
2021-06-19tcg/tci: Implement goto_ptrRichard Henderson3-1/+18
2021-06-19tcg/tci: Change encoding to uint32_t unitsRichard Henderson3-224/+176
2021-06-19tcg/tci: Emit setcond before brcondRichard Henderson1-34/+18
2021-06-19tcg/tci: Reserve r13 for a temporaryRichard Henderson2-0/+2
2021-06-19tcg/tci: Use ffi for callsRichard Henderson2-27/+25
2021-06-19tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_orderRichard Henderson1-2/+2
2021-06-19tcg/tci: Improve tcg_target_call_clobber_regsRichard Henderson1-2/+8
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson1-0/+1
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson1-4/+2
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina1-2/+3
2021-03-17tcg/tci: Split out tcg_out_op_r[iI]Richard Henderson1-15/+35