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