Home
last modified time | relevance | path

Searched refs:tcg_gen_ext16u_i32 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h338 #define tcg_gen_ext16u_tl tcg_gen_ext16u_i32
H A Dtcg-op-common.h144 void tcg_gen_ext16u_i32(TCGv_i32 ret, TCGv_i32 arg);
/openbmc/qemu/target/sh4/
H A Dtranslate.c803 tcg_gen_ext16u_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
850 tcg_gen_ext16u_i32(arg0, REG(B7_4)); in _decode_opc()
852 tcg_gen_ext16u_i32(arg1, REG(B11_8)); in _decode_opc()
/openbmc/qemu/tcg/
H A Dtcg-op.c951 tcg_gen_ext16u_i32(ret, arg); in tcg_gen_deposit_z_i32()
969 tcg_gen_ext16u_i32(ret, ret); in tcg_gen_deposit_z_i32()
1014 tcg_gen_ext16u_i32(ret, arg); in tcg_gen_extract_i32()
1301 void tcg_gen_ext16u_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_ext16u_i32() function
2163 tcg_gen_ext16u_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext16u_i64()
H A Dtcg-op-ldst.c802 tcg_gen_ext16u_i32(ret, val); in tcg_gen_ext_i32()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc865 tcg_gen_ext16u_i32(t1, a);
866 tcg_gen_ext16u_i32(t2, b);
1027 tcg_gen_ext16u_i32(t1, a);
1028 tcg_gen_ext16u_i32(t2, b);
1197 tcg_gen_ext16u_i32(t1, a);
2281 tcg_gen_ext16u_i32(t1, a);
2282 tcg_gen_ext16u_i32(t2, b);
2429 tcg_gen_ext16u_i32(t1, a);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c1984 tcg_gen_ext16u_i32(var, var); in gen_neon_dup_low16()
3062 tcg_gen_ext16u_i32(tmp3, tmp); in trans_VCVT_F32_F16()
3068 tcg_gen_ext16u_i32(tmp3, tmp2); in trans_VCVT_F32_F16()
H A Dtranslate.c342 #define gen_uxth(var) tcg_gen_ext16u_i32(var, var)
3969 tcg_gen_ext16u_i32(tmp, tmp); in trans_MOVT()
5934 return op_xta(s, a, tcg_gen_ext16u_i32, tcg_gen_add_i32); in trans_UXTAH()
H A Dtranslate-a64.c9112 tcg_gen_ext16u_i32(tcg_rn, tcg_rn); in handle_fp_fcvt()
9890 tcg_gen_ext16u_i32(tcg_op, tcg_op); in handle_simd_shift_fpint_conv()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc2183 tcg_gen_ext16u_i32(port, port);
2213 tcg_gen_ext16u_i32(port, port);
2751 tcg_gen_ext16u_i32(port, port);
2767 tcg_gen_ext16u_i32(port, port);
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc131 tcg_gen_ext16u_i32(ret, ret);
/openbmc/qemu/target/xtensa/
H A Dtranslate.c551 (is_unsigned ? tcg_gen_ext16u_i32 : tcg_gen_ext16s_i32)(m, v); in gen_mac16_m()
1873 tcg_gen_ext16u_i32(v1, arg[1].in); in translate_mul16()
1874 tcg_gen_ext16u_i32(v2, arg[2].in); in translate_mul16()
/openbmc/qemu/target/m68k/
H A Dtranslate.c1515 tcg_gen_ext16u_i32(tmp, reg); in DISAS_INSN()
5415 tcg_gen_ext16u_i32(tmp, val); in gen_mac_extract_word()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4703 tcg_gen_ext16u_i32(tst, tst); in op_trXX()