aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-03tcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupportedRichard Henderson1-0/+2
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson1-0/+7
2023-11-06tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson1-0/+7
2023-11-06tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson1-0/+4
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé1-2/+2
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson1-46/+1
2023-05-16tcg: Introduce tcg_target_has_memory_bswapRichard Henderson1-0/+2
2023-05-05tcg: Replace REG_P with arg_loc_reg_pRichard Henderson1-4/+0
2023-02-04tcg: Add basic data movement for TCGv_i128Richard Henderson1-0/+13
2023-02-04tcg: Add TCG_CALL_RET_BY_VECRichard Henderson1-0/+1
2023-02-04tcg: Add TCG_CALL_{RET,ARG}_BY_REFRichard Henderson1-0/+3
2023-01-05tcg: Move ffi_cif pointer into TCGHelperInfoRichard Henderson1-0/+7
2023-01-05tcg: Reorg function callsRichard Henderson1-2/+20
2023-01-05tcg: Introduce TCGCallReturnKind and TCGCallArgumentKindRichard Henderson1-0/+15
2023-01-05tcg: Allocate TCGTemp pairs in host memory orderRichard Henderson1-2/+2
2023-01-05tcg: Move TCG_{LOW,HIGH} to tcg-internal.hRichard Henderson1-0/+14
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2021-06-19tcg: Add tcg_call_funcRichard Henderson1-0/+5
2021-06-19tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson1-1/+13
2021-06-19tcg: Add tcg_call_flagsRichard Henderson1-0/+5
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson1-0/+1
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson1-1/+2
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson1-1/+1
2021-06-11tcg: Create tcg_initRichard Henderson1-0/+1
2021-06-11tcg: Split out region.cRichard Henderson1-0/+37