Searched refs:tcg_gen_ld16s_i64 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 169 #define tcg_gen_ld16s_tl tcg_gen_ld16s_i64
|
H A D | tcg-op-common.h | 278 void tcg_gen_ld16s_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1537 void tcg_gen_ld16s_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16s_i64() function
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 84 tcg_gen_ld16s_i64(dst, tcg_env, offs);
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3163 tcg_gen_ld16s_i64(dest, base, ofs);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4887 TRANS(vpickve2gr_h, LSX, gen_v2g, MO_16, tcg_gen_ld16s_i64)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 1105 tcg_gen_ld16s_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()
|