Home
last modified time | relevance | path

Searched refs:tcg_gen_ext16s_i32 (Results 1 – 13 of 13) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h339 #define tcg_gen_ext16s_tl tcg_gen_ext16s_i32
H A Dtcg-op-common.h142 void tcg_gen_ext16s_i32(TCGv_i32 ret, TCGv_i32 arg);
/qemu/target/sh4/
H A Dtranslate.c797 tcg_gen_ext16s_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
840 tcg_gen_ext16s_i32(arg0, REG(B7_4)); in _decode_opc()
842 tcg_gen_ext16s_i32(arg1, REG(B11_8)); in _decode_opc()
/qemu/tcg/
H A Dtcg-op.c1052 tcg_gen_ext16s_i32(ret, arg); in tcg_gen_sextract_i32()
1070 tcg_gen_ext16s_i32(ret, arg); in tcg_gen_sextract_i32()
1087 tcg_gen_ext16s_i32(ret, ret); in tcg_gen_sextract_i32()
1275 void tcg_gen_ext16s_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_ext16s_i32() function
2117 tcg_gen_ext16s_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext16s_i64()
H A Dtcg-op-ldst.c747 tcg_gen_ext16s_i32(ret, val); in tcg_gen_ext_i32()
/qemu/target/m68k/
H A Dtranslate.c397 tcg_gen_ext16s_i32(tmp, add); in gen_addr_index()
1466 tcg_gen_ext16s_i32(tmp, reg); in DISAS_INSN()
1508 tcg_gen_ext16s_i32(tmp, reg); in DISAS_INSN()
2679 tcg_gen_ext16s_i32(tmp, reg); in DISAS_INSN()
3575 tcg_gen_ext16s_i32(reg, reg); in rotate()
3602 tcg_gen_ext16s_i32(reg, reg); in rotate_x_flags()
5405 tcg_gen_ext16s_i32(tmp, val); in gen_mac_extract_word()
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc532 tcg_gen_ext16s_i32(t1, a);
533 tcg_gen_ext16s_i32(t2, b);
703 tcg_gen_ext16s_i32(t1, a);
704 tcg_gen_ext16s_i32(t2, b);
1198 tcg_gen_ext16s_i32(t2, b);
2072 tcg_gen_ext16s_i32(t1, a);
2073 tcg_gen_ext16s_i32(t2, b);
2430 tcg_gen_ext16s_i32(t2, b);
/qemu/target/arm/tcg/
H A Dtranslate.c341 #define gen_sxth(var) tcg_gen_ext16s_i32(var, var)
409 tcg_gen_ext16s_i32(tmp1, a); in gen_smul_dual()
410 tcg_gen_ext16s_i32(tmp2, b); in gen_smul_dual()
1860 tcg_gen_ext16s_i32(tmp, tmp); in disas_iwmmxt_insn()
5913 return op_xta(s, a, tcg_gen_ext16s_i32, tcg_gen_add_i32); in trans_SXTAH()
/qemu/target/sparc/
H A Dtranslate.c882 tcg_gen_ext16s_i32(src2, src2); in gen_op_fmul8x16al()
899 tcg_gen_ext16s_i32(t1, src2); in gen_op_fmuld8ulx16()
921 tcg_gen_ext16s_i32(t0, src1); in gen_op_fmuld8sux16()
923 tcg_gen_ext16s_i32(t1, src2); in gen_op_fmuld8sux16()
/qemu/target/microblaze/
H A Dtranslate.c580 DO_TYPEA0(sext16, false, tcg_gen_ext16s_i32) in DO_TYPEA()
/qemu/target/ppc/translate/
H A Dspe-impl.c.inc127 GEN_SPEOP_ARITH1(evextsh, tcg_gen_ext16s_i32);
/qemu/target/xtensa/
H A Dtranslate.c551 (is_unsigned ? tcg_gen_ext16u_i32 : tcg_gen_ext16s_i32)(m, v); in gen_mac16_m()
1870 tcg_gen_ext16s_i32(v1, arg[1].in); in translate_mul16()
1871 tcg_gen_ext16s_i32(v2, arg[2].in); in translate_mul16()
/qemu/target/cris/
H A Dtranslate.c1055 tcg_gen_ext16s_i32(d, s); in t_gen_sext()