Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op.h349 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i32
H A Dtcg-op-common.h146 void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg);
/qemu/tcg/
H A Dtcg-op.c1256 void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_ext8u_i32() function
1288 tcg_gen_ext8u_i32(t0, t0); /* t0 = ...a */ in tcg_gen_bswap16_i32()
1295 tcg_gen_ext8u_i32(t1, arg); /* t1 = ...b */ in tcg_gen_bswap16_i32()
H A Dtcg-op-ldst.c747 tcg_gen_ext8u_i32(ret, val); in tcg_gen_ext_i32()
H A Dtcg-op-gvec.c407 tcg_gen_ext8u_i32(out, in); in tcg_gen_dup_i32()
/qemu/target/sh4/
H A Dtranslate.c795 tcg_gen_ext8u_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc305 tcg_gen_ext8u_i32(src2lo, src2);
/qemu/target/m68k/
H A Dtranslate.c3558 tcg_gen_ext8u_i32(reg, reg); in rotate()
4898 tcg_gen_ext8u_i32(tmp, DREG(ext, 4)); in gen_op_fmovem()
/qemu/target/arm/tcg/
H A Dtranslate.c342 #define gen_uxtb(var) tcg_gen_ext8u_i32(var, var)
5960 return op_xta(s, a, tcg_gen_ext8u_i32, tcg_gen_add_i32); in trans_UXTAB()
/qemu/target/sparc/
H A Dtranslate.c894 tcg_gen_ext8u_i32(t0, src1); in gen_op_fmuld8ulx16()
/qemu/target/s390x/tcg/
H A Dtranslate.c4697 tcg_gen_ext8u_i32(tst, tst); in op_trXX()