aboutsummaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)AuthorFilesLines
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson2-0/+2
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson2-0/+2
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson1-9/+12
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson2-2/+3
2024-04-09tcg: Add TCGContext.emit_before_opRichard Henderson1-0/+6
2024-02-13tcg: Increase width of temp_subindexRichard Henderson1-1/+1
2024-02-03tcg: Introduce TCG_COND_TST{EQ,NE}Richard Henderson1-16/+48
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2-0/+128
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Move tcg_temp_free_* out of lineRichard Henderson1-24/+5
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson3-74/+15
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson2-26/+8
2023-11-06tcg: Unexport tcg_gen_op*_{i32,i64}Richard Henderson1-47/+0
2023-11-06tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson1-7/+0
2023-11-06tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson1-4/+0
2023-11-06tcg: Move 64-bit expanders out of lineRichard Henderson1-139/+5
2023-11-06tcg: Move 32-bit expanders out of lineRichard Henderson1-122/+24
2023-11-06tcg: Move generic expanders out of lineRichard Henderson1-16/+3
2023-11-06tcg: Move tcg_gen_op* out of lineRichard Henderson1-208/+44
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson1-3/+0
2023-10-22tcg: Export tcg_gen_ext_{i32,i64,tl}Richard Henderson2-0/+4
2023-10-22tcg: add negsetcondiPaolo Bonzini2-0/+6
2023-10-22tcg: Add tcg_gen_{ld,st}_i128Richard Henderson1-0/+3
2023-10-22tcg: drop unused tcg_temp_free defineMike Frysinger1-2/+0
2023-10-22tcg: Introduce tcg_use_softmmuRichard Henderson1-2/+6
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-1/+1
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2-3/+58
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson1-1/+0
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-1/+1
2023-09-16tcg: Add gvec compare with immediate and scalar operandRichard Henderson1-0/+6
2023-08-31accel/tcg: spelling fixesMichael Tokarev2-3/+3
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson4-0/+9
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson2-4/+3
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé1-6/+0
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-26/+0
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson1-1/+0
2023-06-05tcg: Split tcg/tcg-op-gvec.hRichard Henderson2-434/+436
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson1-4/+0
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson1-0/+1
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson4-14/+26
2023-06-05tcg: Split helper-proto.hRichard Henderson1-1/+1
2023-06-05tcg: Split helper-gen.hRichard Henderson1-1/+1
2023-06-05tcg: Split tcg_gen_callNRichard Henderson1-1/+13
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson1-14/+16
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson2-3/+8
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson1-0/+59
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson2-1000/+1000
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson2-20/+14