Home
last modified time | relevance | path

Searched refs:tcg_gen_ext16u_i32 (Results 1 – 15 of 15) 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.c799 tcg_gen_ext16u_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
846 tcg_gen_ext16u_i32(arg0, REG(B7_4)); in _decode_opc()
848 tcg_gen_ext16u_i32(arg1, REG(B11_8)); in _decode_opc()
/openbmc/qemu/tcg/
H A Dtcg-op.c944 tcg_gen_ext16u_i32(ret, arg); in tcg_gen_deposit_z_i32()
962 tcg_gen_ext16u_i32(ret, ret); in tcg_gen_deposit_z_i32()
1007 tcg_gen_ext16u_i32(ret, arg); in tcg_gen_extract_i32()
1294 void tcg_gen_ext16u_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_ext16u_i32() function
2155 tcg_gen_ext16u_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext16u_i64()
H A Dtcg-op-ldst.c750 tcg_gen_ext16u_i32(ret, val); in tcg_gen_ext_i32()
/openbmc/qemu/target/loongarch/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.c2287 tcg_gen_ext16u_i32(var, var); in gen_neon_dup_low16()
3366 tcg_gen_ext16u_i32(tmp3, tmp); in trans_VCVT_F32_F16()
3372 tcg_gen_ext16u_i32(tmp3, tmp2); in trans_VCVT_F32_F16()
H A Dtranslate.c340 #define gen_uxth(var) tcg_gen_ext16u_i32(var, var)
5554 tcg_gen_ext16u_i32(tmp, tmp); in trans_MOVT()
7519 return op_xta(s, a, tcg_gen_ext16u_i32, tcg_gen_add_i32); in trans_UXTAH()
H A Dtranslate-a64.c6109 tcg_gen_ext16u_i32(tcg_rn, tcg_rn); in handle_fp_fcvt()
8329 tcg_gen_ext16u_i32(tcg_op, tcg_op); in handle_simd_qshl()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c4974 tcg_gen_ext16u_i32(s->tmp2_i32, s->tmp2_i32); in disas_insn()
4990 tcg_gen_ext16u_i32(s->tmp2_i32, s->tmp2_i32); in disas_insn()
5036 tcg_gen_ext16u_i32(s->tmp2_i32, s->tmp2_i32); in disas_insn()
5049 tcg_gen_ext16u_i32(s->tmp2_i32, s->tmp2_i32); in disas_insn()
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc131 tcg_gen_ext16u_i32(ret, ret);
/openbmc/qemu/target/xtensa/
H A Dtranslate.c553 (is_unsigned ? tcg_gen_ext16u_i32 : tcg_gen_ext16s_i32)(m, v); in gen_mac16_m()
1902 tcg_gen_ext16u_i32(v1, arg[1].in); in translate_mul16()
1903 tcg_gen_ext16u_i32(v2, arg[2].in); in translate_mul16()
/openbmc/qemu/target/m68k/
H A Dtranslate.c1478 tcg_gen_ext16u_i32(tmp, reg); in DISAS_INSN()
5377 tcg_gen_ext16u_i32(tmp, val); in gen_mac_extract_word()
/openbmc/qemu/target/cris/
H A Dtranslate.c1082 tcg_gen_ext16u_i32(d, s); in t_gen_zext()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4775 tcg_gen_ext16u_i32(tst, tst); in op_trXX()