Home
last modified time | relevance | path

Searched refs:tcg_gen_ext8u_i32 (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op.c951 tcg_gen_ext8u_i32(ret, arg); in tcg_gen_deposit_z_i32()
969 tcg_gen_ext8u_i32(ret, ret); in tcg_gen_deposit_z_i32()
1014 tcg_gen_ext8u_i32(ret, arg); in tcg_gen_extract_i32()
1285 void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_ext8u_i32() function
1325 tcg_gen_ext8u_i32(t0, t0); /* t0 = ...a */ in tcg_gen_bswap16_i32()
1332 tcg_gen_ext8u_i32(t1, arg); /* t1 = ...b */ in tcg_gen_bswap16_i32()
2143 tcg_gen_ext8u_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext8u_i64()
H A Dtcg-op-ldst.c744 tcg_gen_ext8u_i32(ret, val); in tcg_gen_ext_i32()
H A Dtcg-op-gvec.c393 tcg_gen_ext8u_i32(out, in); in tcg_gen_dup_i32()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h336 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i32
H A Dtcg-op-common.h143 void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg);
/openbmc/qemu/target/ppc/
H A Dtranslate.c1540 tcg_gen_ext8u_i32(src2lo, src2); in gen_cmprb()
1542 tcg_gen_ext8u_i32(src2hi, src2); in gen_cmprb()
1550 tcg_gen_ext8u_i32(src2lo, src2); in gen_cmprb()
1552 tcg_gen_ext8u_i32(src2hi, src2); in gen_cmprb()
/openbmc/qemu/target/sh4/
H A Dtranslate.c796 tcg_gen_ext8u_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
/openbmc/qemu/target/m68k/
H A Dtranslate.c3515 tcg_gen_ext8u_i32(reg, reg); in rotate()
4851 tcg_gen_ext8u_i32(tmp, DREG(ext, 4)); in gen_op_fmovem()
/openbmc/qemu/target/cris/
H A Dtranslate.c1080 tcg_gen_ext8u_i32(d, s); in t_gen_zext()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c339 #define gen_uxtb(var) tcg_gen_ext8u_i32(var, var)
7514 return op_xta(s, a, tcg_gen_ext8u_i32, tcg_gen_add_i32); in trans_UXTAB()
H A Dtranslate-a64.c8326 tcg_gen_ext8u_i32(tcg_op, tcg_op); in handle_simd_qshl()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4773 tcg_gen_ext8u_i32(tst, tst); in op_trXX()