Home
last modified time | relevance | path

Searched refs:tcg_gen_ld16s_i64 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h169 #define tcg_gen_ld16s_tl tcg_gen_ld16s_i64
H A Dtcg-op-common.h278 void tcg_gen_ld16s_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
/openbmc/qemu/tcg/
H A Dtcg-op.c1530 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 Dtranslate_vx.c.inc84 tcg_gen_ld16s_i64(dst, tcg_env, offs);
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc3160 tcg_gen_ld16s_i64(dest, base, ofs);
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc4887 TRANS(vpickve2gr_h, LSX, gen_v2g, MO_16, tcg_gen_ld16s_i64)
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c1089 tcg_gen_ld16s_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()