Searched refs:tcg_gen_ext8u_i32 (Results 1 – 11 of 11) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 349 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i32
|
H A D | tcg-op-common.h | 146 void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg);
|
/qemu/tcg/ |
H A D | tcg-op.c | 1256 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 D | tcg-op-ldst.c | 747 tcg_gen_ext8u_i32(ret, val); in tcg_gen_ext_i32()
|
H A D | tcg-op-gvec.c | 407 tcg_gen_ext8u_i32(out, in); in tcg_gen_dup_i32()
|
/qemu/target/sh4/ |
H A D | translate.c | 795 tcg_gen_ext8u_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
|
/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 305 tcg_gen_ext8u_i32(src2lo, src2);
|
/qemu/target/m68k/ |
H A D | translate.c | 3558 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 D | translate.c | 342 #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 D | translate.c | 894 tcg_gen_ext8u_i32(t0, src1); in gen_op_fmuld8ulx16()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 4697 tcg_gen_ext8u_i32(tst, tst); in op_trXX()
|