Searched refs:tcg_gen_ext8u_i64 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 216 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i64
|
H A D | tcg-op-common.h | 248 void tcg_gen_ext8u_i64(TCGv_i64 ret, TCGv_i64 arg);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 2148 void tcg_gen_ext8u_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_ext8u_i64() function 2213 tcg_gen_ext8u_i64(t0, t0); /* t0 = .......a */ in tcg_gen_bswap16_i64() 2220 tcg_gen_ext8u_i64(t1, arg); /* t1 = .......b */ in tcg_gen_bswap16_i64() 2731 tcg_gen_ext8u_i64(ret, arg); in tcg_gen_deposit_z_i64() 2756 tcg_gen_ext8u_i64(ret, ret); in tcg_gen_deposit_z_i64() 2825 tcg_gen_ext8u_i64(ret, arg); in tcg_gen_extract_i64()
|
H A D | tcg-op-ldst.c | 820 tcg_gen_ext8u_i64(ret, val); in tcg_gen_ext_i64()
|
H A D | tcg-op-gvec.c | 424 tcg_gen_ext8u_i64(out, in); in tcg_gen_dup_i64()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 859 tcg_gen_ext8u_i64(dest, src); in gen_zapnoti()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 5634 tcg_gen_ext8u_i64(o->in2, regs[get_field(s, r2)]); in in2_r2_8u()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 2608 tcg_gen_ext8u_i64(reg, reg); in TRANS_FEAT()
|
H A D | translate-a64.c | 3529 tcg_gen_ext8u_i64(tcg_rt, tcg_rt); in do_atomic_ld()
|