aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson1-1/+1
2023-07-15tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson1-1/+1
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson2-51/+9
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé1-3/+3
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson1-1/+1
2023-06-26tcg: Do not elide memory barriers for !CF_PARALLEL in system modeRichard Henderson1-1/+13
2023-06-26tcg: Fix temporary variable in tcg_gen_gvec_andcsMax Chou1-1/+1
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-214/+0
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-06-20tcg/ppc: Define _CALL_AIX for clang on ppc64(be)Richard Henderson1-7/+16
2023-06-09tcg/tci: Fix MemOpIdx operand index for 3-operand memopsRichard Henderson1-1/+1
2023-06-07tcg/tci: Adjust call-clobbered regs for int128_tRichard Henderson1-4/+5
2023-06-07tcg/tci: Adjust passing of MemOpIdxRichard Henderson2-34/+17
2023-06-05tcg/tcg-op-vec: Remove left over _link_error() definitionsPhilippe Mathieu-Daudé1-11/+0
2023-06-05tcg: Build once for system and once for user-onlyRichard Henderson1-3/+27
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson3-3/+3
2023-06-05tcg: Fix PAGE/PROT confusionRichard Henderson1-5/+13
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson1-1/+1
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson1-6/+0
2023-06-05tcg: Split tcg/tcg-op-gvec.hRichard Henderson1-1/+1
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson1-2/+16
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson1-3/+1
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson1-5/+11
2023-06-05tcg: Split tcg_gen_callNRichard Henderson1-1/+53
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson1-0/+19
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-71/+41
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson1-46/+1
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson7-8/+7
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson17-48/+161
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson10-28/+50
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson8-19/+35
2023-06-05tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-3/+4
2023-06-05tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-4/+5
2023-06-05tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-6/+7
2023-06-05tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-10/+11
2023-05-30tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITSRichard Henderson9-9/+0
2023-05-30tcg/s390x: Support 128-bit load/storeRichard Henderson3-4/+107
2023-05-30tcg/ppc: Support 128-bit load/storeRichard Henderson4-13/+101
2023-05-30tcg/aarch64: Support 128-bit load/storeRichard Henderson3-3/+151
2023-05-30tcg/aarch64: Simplify constraints on qemu_ld/stRichard Henderson3-29/+19
2023-05-30tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2Richard Henderson1-2/+7
2023-05-30tcg/aarch64: Rename temporariesRichard Henderson1-25/+25
2023-05-30tcg/i386: Support 128-bit load/storeRichard Henderson2-5/+190
2023-05-30tcg: Fix register move type in tcg_out_ld_helper_retRichard Henderson1-2/+2
2023-05-25tcg/riscv: Support CTZ, CLZ from ZbbRichard Henderson3-4/+40
2023-05-25tcg/riscv: Implement movcondRichard Henderson3-3/+141
2023-05-25tcg/riscv: Improve setcond expansionRichard Henderson1-36/+114
2023-05-25tcg/riscv: Support CPOP from ZbbRichard Henderson2-2/+11
2023-05-25tcg/riscv: Support REV8 from ZbbRichard Henderson2-5/+34
2023-05-25tcg/riscv: Support rotates from ZbbRichard Henderson2-2/+36