aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-22tcg/riscv: Add basic support for vectorHuang Shiyuan1-0/+6
2024-10-13include/exec/memop: Move get_alignment_bits from tcg.hRichard Henderson1-23/+0
2024-05-22tcg: Introduce TCG_TARGET_HAS_tst_vecRichard Henderson1-0/+1
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson1-0/+1
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson1-0/+1
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson1-2/+0
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson1-9/+12
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson1-2/+0
2024-04-09tcg: Add TCGContext.emit_before_opRichard Henderson1-0/+6
2024-02-13tcg: Increase width of temp_subindexRichard Henderson1-1/+1
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson1-1/+0
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson1-1/+0
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson1-51/+0
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson1-26/+0
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson1-3/+0
2023-10-22tcg: Introduce tcg_use_softmmuRichard Henderson1-2/+6
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-3/+0
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-08-31accel/tcg: spelling fixesMichael Tokarev1-2/+2
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson1-0/+1
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson1-2/+1
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: 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 Henderson1-7/+2
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 Henderson1-1/+1
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson1-19/+0
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson1-9/+0
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson1-11/+1
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson1-0/+1
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson1-7/+0
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson1-8/+1
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson1-0/+1
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson1-0/+5
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson1-0/+1
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson1-1/+1
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson1-15/+15
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-6/+0
2023-03-13tcg: Drop tcg_const_*Richard Henderson1-6/+0
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson1-4/+0
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson1-54/+0
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson1-14/+0
2023-03-05tcg: Link branches to the labelsRichard Henderson1-6/+13
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson1-28/+0