Searched refs:tcg_gen_ld16u_i64 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 168 #define tcg_gen_ld16u_tl tcg_gen_ld16u_i64
|
H A D | tcg-op-common.h | 277 void tcg_gen_ld16u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 75 tcg_gen_ld16u_i64(dst, tcg_env, offs); 648 tcg_gen_ld16u_i64(o->out, ptr, 0);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4891 TRANS(vpickve2gr_hu, LSX, gen_v2g, MO_16, tcg_gen_ld16u_i64) 5041 TRANS(vreplve_h, LSX, gen_vreplve, MO_16, 16, tcg_gen_ld16u_i64) 5045 TRANS(xvreplve_h, LASX, gen_xvreplve, MO_16, 16, tcg_gen_ld16u_i64)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 67 tcg_gen_ld16u_i64(var, tcg_env, offset); in neon_load_element64()
|
H A D | translate-sve.c | 2466 tcg_gen_ld16u_i64(r, base, ofs); in load_esz() 4775 tcg_gen_ld16u_i64(tmp, tcg_env, poff); in do_ldrq()
|
H A D | translate-a64.c | 1096 tcg_gen_ld16u_i64(tcg_dest, tcg_env, vect_off); in read_vec_element() 9499 tcg_gen_ld16u_i64(tcg_rd, tcg_env, fp_reg_offset(s, rn, MO_16)); in handle_fmov()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1527 void tcg_gen_ld16u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16u_i64() function
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3161 tcg_gen_ld16u_i64(dest, base, ofs);
|