Searched refs:tcg_gen_ext16u_i32 (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 338 #define tcg_gen_ext16u_tl tcg_gen_ext16u_i32
|
H A D | tcg-op-common.h | 144 void tcg_gen_ext16u_i32(TCGv_i32 ret, TCGv_i32 arg);
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 803 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 D | tcg-op.c | 951 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 D | tcg-op-ldst.c | 802 tcg_gen_ext16u_i32(ret, val); in tcg_gen_ext_i32()
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 865 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 D | translate-neon.c | 1984 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 D | translate.c | 342 #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 D | translate-a64.c | 9112 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 D | emit.c.inc | 2183 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 D | spe-impl.c.inc | 131 tcg_gen_ext16u_i32(ret, ret);
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 551 (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 D | translate.c | 1515 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 D | translate.c | 4703 tcg_gen_ext16u_i32(tst, tst); in op_trXX()
|