Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op.c958 tcg_gen_ext8u_i32(ret, arg); in tcg_gen_deposit_z_i32()
976 tcg_gen_ext8u_i32(ret, ret); in tcg_gen_deposit_z_i32()
1021 tcg_gen_ext8u_i32(ret, arg); in tcg_gen_extract_i32()
1292 void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_ext8u_i32() function
1332 tcg_gen_ext8u_i32(t0, t0); /* t0 = ...a */ in tcg_gen_bswap16_i32()
1339 tcg_gen_ext8u_i32(t1, arg); /* t1 = ...b */ in tcg_gen_bswap16_i32()
2151 tcg_gen_ext8u_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext8u_i64()
H A Dtcg-op-ldst.c796 tcg_gen_ext8u_i32(ret, val); in tcg_gen_ext_i32()
H A Dtcg-op-gvec.c406 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/sh4/
H A Dtranslate.c800 tcg_gen_ext8u_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc305 tcg_gen_ext8u_i32(src2lo, src2);
/openbmc/qemu/target/m68k/
H A Dtranslate.c3557 tcg_gen_ext8u_i32(reg, reg); in rotate()
4897 tcg_gen_ext8u_i32(tmp, DREG(ext, 4)); in gen_op_fmovem()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c341 #define gen_uxtb(var) tcg_gen_ext8u_i32(var, var)
5929 return op_xta(s, a, tcg_gen_ext8u_i32, tcg_gen_add_i32); in trans_UXTAB()
/openbmc/qemu/target/sparc/
H A Dtranslate.c900 tcg_gen_ext8u_i32(t0, src1); in gen_op_fmuld8ulx16()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4701 tcg_gen_ext8u_i32(tst, tst); in op_trXX()