You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tcg
Richard Henderson 170a39f8fb tcg: Simplify extract2 usage in tcg_gen_shifti_i64
The else after the TCG_TARGET_HAS_extract2 test is exactly
the same as what tcg_gen_extract2_i32 would emit itself.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2 weeks ago
..
aarch64 include/hw/core/cpu: Introduce cpu_tlb_fast 2 months ago
arm include/hw/core/cpu: Introduce cpu_tlb_fast 2 months ago
i386 tcg/i386: Use vgf2p8affineqb for MO_8 vector shifts 2 months ago
loongarch64 tcg: Drop TCGContext.page_{mask,bits} 6 months ago
mips tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI 4 weeks ago
ppc tcg/ppc: Remove support for 32-bit hosts 4 weeks ago
riscv tcg/riscv: Fix typo in tgen_extract 5 months ago
s390x tcg: Drop TCGContext.page_{mask,bits} 6 months ago
sparc64 tcg: Drop TCGContext.page_{mask,bits} 6 months ago
tci tcg: Remove tcg_out_op 7 months ago
debuginfo.c accel/tcg: Move perf and debuginfo support to tcg/ 2 years ago
meson.build meson: remove lib{system, user}_ss aliases 6 months ago
optimize.c tcg/optimize: Fix folding of vector bitsel 2 months ago
perf.c tcg: Drop TCGContext.page_{mask,bits} 6 months ago
region.c tcg: Fix error reporting on mprotect() failure in tcg_region_init() 1 month ago
tcg-common.c tcg: Constify tcg_op_defs 10 months ago
tcg-has.h tcg: Remove add2/sub2 opcodes 7 months ago
tcg-internal.h tcg: Add TCGType to tcg_op_insert_{after,before} 7 months ago
tcg-op-gvec.c tcg: Split out tcg_gen_gvec_dup_imm_var 5 months ago
tcg-op-ldst.c tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128 3 months ago
tcg-op-vec.c tcg: Only include 'tcg-has.h' when necessary 10 months ago
tcg-op.c tcg: Simplify extract2 usage in tcg_gen_shifti_i64 2 weeks ago
tcg.c accel/tcg: Introduce and use MO_ALIGN_TLB_ONLY 2 weeks ago
tci.c tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128} 7 months ago