aboutsummaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson2-9/+23
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 Henderson2-7/+8
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson2-8/+18
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: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson1-9/+26
2023-05-16tcg: Remove TCGv from tcg_gen_atomic_*Richard Henderson1-50/+142
2023-05-16tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*Richard Henderson1-6/+44
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-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson1-13/+13
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson3-46/+25
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson1-0/+8
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson1-6/+0
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson1-0/+4
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson1-4/+2
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson1-38/+22
2023-05-05tcg: Widen helper_*_st[bw]_mmu val argumentsRichard Henderson1-3/+7
2023-05-05tcg: Remove compatability helpers for qemu ld/stRichard Henderson1-55/+0