Searched refs:tcg_gen_st16_i64 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 174 #define tcg_gen_st16_tl tcg_gen_st16_i64
|
H A D | tcg-op-common.h | 267 void tcg_gen_st16_i64(TCGv_i64 arg1, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 135 tcg_gen_st16_i64(src, tcg_env, offs); 787 tcg_gen_st16_i64(o->in2, ptr, 0);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 108 tcg_gen_st16_i64(var, tcg_env, offset); in neon_store_element64()
|
H A D | translate-a64.c | 1155 tcg_gen_st16_i64(tcg_src, tcg_env, vect_off); in write_vec_element()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1593 void tcg_gen_st16_i64(TCGv_i64 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st16_i64() function
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3252 tcg_gen_st16_i64(val, base, ofs);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4854 TRANS(vinsgr2vr_h, LSX, gen_g2v, MO_16, tcg_gen_st16_i64)
|