Home
last modified time | relevance | path

Searched refs:tcg_gen_ld32s_i64 (Results 1 – 9 of 9) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h171 #define tcg_gen_ld32s_tl tcg_gen_ld32s_i64
H A Dtcg-op-common.h280 void tcg_gen_ld32s_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
/qemu/target/alpha/
H A Dtranslate.c1130 tcg_gen_ld32s_i64(ctx->ir[IR_V0], tcg_env, in gen_call_pal()
1246 tcg_gen_ld32s_i64(va, tcg_env, data & ~PR_LONG); in gen_mfpr()
/qemu/tcg/
H A Dtcg-op.c1550 void tcg_gen_ld32s_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld32s_i64() function
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc4888 TRANS(vpickve2gr_w, LSX, gen_v2g, MO_32, tcg_gen_ld32s_i64)
4894 TRANS(xvpickve2gr_w, LASX, gen_x2g, MO_32, tcg_gen_ld32s_i64)
/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc87 tcg_gen_ld32s_i64(dst, tcg_env, offs);
/qemu/target/arm/tcg/
H A Dtranslate.c1214 tcg_gen_ld32s_i64(dest, tcg_env, off); in read_neon_element64()
H A Dtranslate-a64.c1092 tcg_gen_ld32s_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc3167 tcg_gen_ld32s_i64(dest, base, ofs);