Searched refs:tcg_gen_ld8u_i64 (Results 1 – 10 of 10) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 178 #define tcg_gen_ld8u_tl tcg_gen_ld8u_i64
|
H A D | tcg-op-common.h | 280 void tcg_gen_ld8u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 72 tcg_gen_ld8u_i64(dst, tcg_env, offs); 645 tcg_gen_ld8u_i64(o->out, ptr, 0);
|
/qemu/target/alpha/ |
H A D | translate.c | 250 tcg_gen_ld8u_i64(val, tcg_env, get_flag_ofs(shift)); in ld_flag_byte()
|
/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4890 TRANS(vpickve2gr_bu, LSX, gen_v2g, MO_8, tcg_gen_ld8u_i64) 5040 TRANS(vreplve_b, LSX, gen_vreplve, MO_8, 8, tcg_gen_ld8u_i64) 5044 TRANS(xvreplve_b, LASX, gen_xvreplve, MO_8, 8, tcg_gen_ld8u_i64)
|
/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 64 tcg_gen_ld8u_i64(var, tcg_env, offset); in neon_load_element64()
|
H A D | translate-sve.c | 2468 tcg_gen_ld8u_i64(r, base, ofs); in load_esz() 7260 tcg_gen_ld8u_i64(tmp, ptr, pred_full_reg_offset(s, a->pm)); in TRANS_FEAT()
|
H A D | translate-a64.c | 1254 tcg_gen_ld8u_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()
|
/qemu/tcg/ |
H A D | tcg-op.c | 1463 void tcg_gen_ld8u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8u_i64() function
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3541 tcg_gen_ld8u_i64(dest, base, ofs);
|