Searched refs:tcg_gen_ext8u_i32 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 958 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 D | tcg-op-ldst.c | 796 tcg_gen_ext8u_i32(ret, val); in tcg_gen_ext_i32()
|
H A D | tcg-op-gvec.c | 406 tcg_gen_ext8u_i32(out, in); in tcg_gen_dup_i32()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 336 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i32
|
H A D | tcg-op-common.h | 143 void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg);
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 800 tcg_gen_ext8u_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 305 tcg_gen_ext8u_i32(src2lo, src2);
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 3557 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 D | translate.c | 341 #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 D | translate.c | 900 tcg_gen_ext8u_i32(t0, src1); in gen_op_fmuld8ulx16()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 4701 tcg_gen_ext8u_i32(tst, tst); in op_trXX()
|