aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-04tcg: Add temp allocation for TCGv_i128Richard Henderson1-0/+32
2023-02-04tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson1-7/+10
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-7/+0
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota1-0/+2
2023-01-23tcg: Avoid recursion in tcg_gen_mulu2_i32Richard Henderson1-7/+0
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson1-0/+3
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson1-8/+3
2023-01-05tcg: Reorg function callsRichard Henderson1-3/+2
2023-01-05tcg: Use output_pref wrapper functionRichard Henderson1-0/+5
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson1-30/+16
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé1-3/+5
2023-01-05tcg: Introduce tcg_type_sizeRichard Henderson1-0/+16
2023-01-05tcg: Move TCG_TYPE_COUNT outside enumRichard Henderson1-1/+2
2023-01-05tcg: Add temp_subindex to TCGTempRichard Henderson1-0/+1
2023-01-05tcg: Move TCG_{LOW,HIGH} to tcg-internal.hRichard Henderson1-12/+0
2023-01-05tcg: Introduce paired register allocationRichard Henderson1-0/+2
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+1
2022-04-20tcg: Add tcg_constant_ptrRichard Henderson1-0/+2
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson1-0/+2
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson1-0/+3
2022-03-04tcg: Set MAX_OPC_PARAM_IARGS to 7Ziqiao Kong1-1/+1
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé1-1/+1
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé1-1/+1
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson1-71/+0
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson1-87/+0
2021-10-12accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée1-6/+0
2021-10-05tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson1-38/+1
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-37/+37
2021-10-05tcg: add dup_const_tl wrapperPhilipp Tomsich1-0/+12
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-44/+36
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson1-3/+0
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei1-1/+0
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson1-0/+12
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell1-1/+0
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell1-1/+0
2021-06-19tcg: expose TCGCond manipulation routinesAlessandro Di Federico1-69/+1
2021-06-19tcg/tci: Use ffi for callsRichard Henderson1-0/+1
2021-06-13tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*Richard Henderson1-1/+2
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson1-0/+10
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson1-1/+0
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson1-10/+1
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson1-1/+1
2021-06-11tcg: Create tcg_initRichard Henderson1-2/+1
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson1-1/+1
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé1-1/+0
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson1-0/+3
2021-01-22tcg: Optimize inline dup_const for MO_64Richard Henderson1-1/+2
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson1-0/+1
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson1-1/+23