Searched refs:tcg_gen_st8_i64 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 173 #define tcg_gen_st8_tl tcg_gen_st8_i64
|
H A D | tcg-op-common.h | 266 void tcg_gen_st8_i64(TCGv_i64 arg1, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1313 tcg_gen_st8_i64(mask, tcg_env, dstoff + i); in vec_to_qvec()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 132 tcg_gen_st8_i64(src, tcg_env, offs); 784 tcg_gen_st8_i64(o->in2, ptr, 0);
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 254 tcg_gen_st8_i64(val, tcg_env, get_flag_ofs(shift)); in st_flag_byte()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 105 tcg_gen_st8_i64(var, tcg_env, offset); in neon_store_element64()
|
H A D | translate-a64.c | 1152 tcg_gen_st8_i64(tcg_src, tcg_env, vect_off); in write_vec_element()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1584 void tcg_gen_st8_i64(TCGv_i64 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st8_i64() function
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3249 tcg_gen_st8_i64(val, base, ofs);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4853 TRANS(vinsgr2vr_b, LSX, gen_g2v, MO_8, tcg_gen_st8_i64)
|