aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2023-06-05tcg/tcg-op-vec: Remove left over _link_error() definitionsPhilippe Mathieu-Daudé
2023-06-05tcg: Build once for system and once for user-onlyRichard Henderson
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson
2023-06-05tcg: Fix PAGE/PROT confusionRichard Henderson
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-06-05tcg: Split tcg/tcg-op-gvec.hRichard Henderson
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05tcg: Split tcg_gen_callNRichard Henderson
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-06-05tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-06-05tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-30tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITSRichard Henderson
2023-05-30tcg/s390x: Support 128-bit load/storeRichard Henderson
2023-05-30tcg/ppc: Support 128-bit load/storeRichard Henderson
2023-05-30tcg/aarch64: Support 128-bit load/storeRichard Henderson
2023-05-30tcg/aarch64: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-30tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2Richard Henderson
2023-05-30tcg/aarch64: Rename temporariesRichard Henderson
2023-05-30tcg/i386: Support 128-bit load/storeRichard Henderson
2023-05-30tcg: Fix register move type in tcg_out_ld_helper_retRichard Henderson
2023-05-25tcg/riscv: Support CTZ, CLZ from ZbbRichard Henderson
2023-05-25tcg/riscv: Implement movcondRichard Henderson
2023-05-25tcg/riscv: Improve setcond expansionRichard Henderson
2023-05-25tcg/riscv: Support CPOP from ZbbRichard Henderson
2023-05-25tcg/riscv: Support REV8 from ZbbRichard Henderson
2023-05-25tcg/riscv: Support rotates from ZbbRichard Henderson
2023-05-25tcg/riscv: Use ADD.UW for guest address generationRichard Henderson
2023-05-25tcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from Zba+ZbbRichard Henderson
2023-05-25tcg/riscv: Support ANDN, ORN, XNOR from ZbbRichard Henderson
2023-05-25tcg/riscv: Probe for Zba, Zbb, Zicond extensionsRichard Henderson
2023-05-25tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIANRichard Henderson
2023-05-25tcg/mips: Use qemu_build_not_reached for LO/HI_OFFRichard Henderson
2023-05-25tcg/mips: Try three insns with shift and add in tcg_out_moviRichard Henderson
2023-05-25tcg/mips: Try tb-relative addresses in tcg_out_moviRichard Henderson
2023-05-25tcg/mips: Aggressively use the constant pool for n64 callsRichard Henderson
2023-05-25tcg/mips: Use the constant pool for 64-bit constantsRichard Henderson
2023-05-25tcg/mips: Split out tcg_out_movi_twoRichard Henderson
2023-05-25tcg/mips: Split out tcg_out_movi_oneRichard Henderson
2023-05-25tcg/mips: Create and use TCG_REG_TBRichard Henderson