Searched refs:tcg_gen_sextract_i32 (Results 1 – 9 of 9) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op.c | 1013 void tcg_gen_sextract_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_sextract_i32() function 1248 tcg_gen_sextract_i32(ret, arg, 0, 8); in tcg_gen_ext8s_i32() 1253 tcg_gen_sextract_i32(ret, arg, 0, 16); in tcg_gen_ext16s_i32() 2739 tcg_gen_sextract_i32(TCGV_LOW(ret), TCGV_HIGH(arg), ofs - 32, len); in tcg_gen_sextract_i64() 2741 tcg_gen_sextract_i32(TCGV_LOW(ret), TCGV_LOW(arg), ofs, len); in tcg_gen_sextract_i64() 2744 tcg_gen_sextract_i32(TCGV_HIGH(ret), TCGV_HIGH(arg), 0, len - 32); in tcg_gen_sextract_i64() 2749 tcg_gen_sextract_i32(t, TCGV_HIGH(arg), ofs + 32, len - 32); in tcg_gen_sextract_i64()
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 380 #define tcg_gen_sextract_tl tcg_gen_sextract_i32
|
H A D | tcg-op-common.h | 119 void tcg_gen_sextract_i32(TCGv_i32 ret, TCGv_i32 arg,
|
/qemu/target/hexagon/ |
H A D | genptr.c | 1043 tcg_gen_sextract_i32(shift_amt, RtV, 0, 7); in gen_asr_r_r_sat() 1065 tcg_gen_sextract_i32(shift_amt, RtV, 0, 7); in gen_asl_r_r_sat()
|
/qemu/target/sparc/ |
H A D | translate.c | 761 tcg_gen_sextract_i32(u, src1, i * 16, 16); in gen_op_fpadds16s() 762 tcg_gen_sextract_i32(v, src2, i * 16, 16); in gen_op_fpadds16s() 779 tcg_gen_sextract_i32(u, src1, i * 16, 16); in gen_op_fpsubs16s() 780 tcg_gen_sextract_i32(v, src2, i * 16, 16); in gen_op_fpsubs16s() 899 tcg_gen_sextract_i32(t2, src2, 16, 16); in gen_op_fmuld8ulx16() 922 tcg_gen_sextract_i32(t1, src1, 16, 16); in gen_op_fmuld8sux16() 924 tcg_gen_sextract_i32(t2, src2, 16, 16); in gen_op_fmuld8sux16()
|
/qemu/target/arm/tcg/ |
H A D | translate.c | 2798 tcg_gen_sextract_i32(tcg_el, tcg_el, ctz32(SCR_EEL2), 1); in msr_banked_access_decode() 5676 tcg_gen_sextract_i32(tmp, tmp, shift, width); in op_bfx()
|
/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 2402 tcg_gen_sextract_i32(t, b, 0, 32 - s);
|
/qemu/target/m68k/ |
H A D | translate.c | 3964 tcg_gen_sextract_i32(QREG_CC_N, src, pos, len); in DISAS_INSN()
|
/qemu/target/xtensa/ |
H A D | translate.c | 2237 tcg_gen_sextract_i32(arg[0].out, arg[1].in, 0, arg[2].imm + 1); in translate_sext()
|