Searched refs:tcg_gen_ld32s_i64 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 171 #define tcg_gen_ld32s_tl tcg_gen_ld32s_i64
|
H A D | tcg-op-common.h | 280 void tcg_gen_ld32s_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 1130 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()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1557 void tcg_gen_ld32s_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld32s_i64() function
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4888 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)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 87 tcg_gen_ld32s_i64(dst, tcg_env, offs);
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3170 tcg_gen_ld32s_i64(dest, base, ofs);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 1217 tcg_gen_ld32s_i64(dest, tcg_env, off); in read_neon_element64()
|
H A D | translate-a64.c | 1108 tcg_gen_ld32s_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()
|