Searched refs:tcg_gen_ext16u_i64 (Results 1 – 10 of 10) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 230 #define tcg_gen_ext16u_tl tcg_gen_ext16u_i64
|
H A D | tcg-op-common.h | 254 void tcg_gen_ext16u_i64(TCGv_i64 ret, TCGv_i64 arg);
|
/qemu/tcg/ |
H A D | tcg-op-ldst.c | 777 tcg_gen_ext16u_i64(ret, val); in tcg_gen_ext_i64()
|
H A D | tcg-op.c | 2079 void tcg_gen_ext16u_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_ext16u_i64() function
|
H A D | tcg-op-gvec.c | 429 tcg_gen_ext16u_i64(out, in); in tcg_gen_dup_i64()
|
/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 3721 tcg_gen_ext16u_i64(tcg_rt, tcg_rt); in do_atomic_ld() 7631 tcg_gen_ext16u_i64(d, d); in gen_sqshrn_b() 7669 tcg_gen_ext16u_i64(d, d); in gen_sqshrun_b() 7689 tcg_gen_ext16u_i64(d, d); in gen_sqrshrn_b() 7727 tcg_gen_ext16u_i64(d, d); in gen_sqrshrun_b() 9304 tcg_gen_ext16u_i64(tmp, tcg_rn); in trans_FMOV_hx()
|
H A D | translate-sve.c | 2616 tcg_gen_ext16u_i64(reg, reg); in TRANS_FEAT()
|
/qemu/target/alpha/ |
H A D | translate.c | 863 tcg_gen_ext16u_i64(dest, src); in gen_zapnoti()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 5580 tcg_gen_ext16u_i64(o->in2, regs[get_field(s, r1)]); in in2_r1_16u() 5644 tcg_gen_ext16u_i64(o->in2, regs[get_field(s, r2)]); in in2_r2_16u()
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 3777 tcg_gen_ext16u_i64(t0, t0); in gen_loongson_multimedia()
|