Home
last modified time | relevance | path

Searched refs:tcg_gen_sextract_i32 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h367 #define tcg_gen_sextract_tl tcg_gen_sextract_i32
H A Dtcg-op-common.h118 void tcg_gen_sextract_i32(TCGv_i32 ret, TCGv_i32 arg,
/openbmc/qemu/tcg/
H A Dtcg-op.c1043 void tcg_gen_sextract_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_sextract_i32() function
2878 tcg_gen_sextract_i32(TCGV_LOW(ret), TCGV_HIGH(arg), ofs - 32, len); in tcg_gen_sextract_i64()
2880 tcg_gen_sextract_i32(TCGV_LOW(ret), TCGV_LOW(arg), ofs, len); in tcg_gen_sextract_i64()
2883 tcg_gen_sextract_i32(TCGV_HIGH(ret), TCGV_HIGH(arg), 0, len - 32); in tcg_gen_sextract_i64()
2888 tcg_gen_sextract_i32(t, TCGV_HIGH(arg), ofs + 32, len - 32); in tcg_gen_sextract_i64()
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1050 tcg_gen_sextract_i32(shift_amt, RtV, 0, 7); in gen_asr_r_r_sat()
1072 tcg_gen_sextract_i32(shift_amt, RtV, 0, 7); in gen_asl_r_r_sat()
/openbmc/qemu/target/sparc/
H A Dtranslate.c767 tcg_gen_sextract_i32(u, src1, i * 16, 16); in gen_op_fpadds16s()
768 tcg_gen_sextract_i32(v, src2, i * 16, 16); in gen_op_fpadds16s()
785 tcg_gen_sextract_i32(u, src1, i * 16, 16); in gen_op_fpsubs16s()
786 tcg_gen_sextract_i32(v, src2, i * 16, 16); in gen_op_fpsubs16s()
905 tcg_gen_sextract_i32(t2, src2, 16, 16); in gen_op_fmuld8ulx16()
928 tcg_gen_sextract_i32(t1, src1, 16, 16); in gen_op_fmuld8sux16()
930 tcg_gen_sextract_i32(t2, src2, 16, 16); in gen_op_fmuld8sux16()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c2808 tcg_gen_sextract_i32(tcg_el, tcg_el, ctz32(SCR_EEL2), 1); in msr_banked_access_decode()
5645 tcg_gen_sextract_i32(tmp, tmp, shift, width); in op_bfx()
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2402 tcg_gen_sextract_i32(t, b, 0, 32 - s);
/openbmc/qemu/target/m68k/
H A Dtranslate.c3963 tcg_gen_sextract_i32(QREG_CC_N, src, pos, len); in DISAS_INSN()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c2236 tcg_gen_sextract_i32(arg[0].out, arg[1].in, 0, arg[2].imm + 1); in translate_sext()