Searched refs:tcg_gen_st8_i32 (Results 1 – 9 of 9) sorted by relevance
/qemu/accel/tcg/ |
H A D | translator.c | 27 tcg_gen_st8_i32(tcg_constant_i32(val), tcg_env, in set_can_do_io()
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 306 #define tcg_gen_st8_tl tcg_gen_st8_i32
|
H A D | tcg-op-common.h | 170 void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset);
|
/qemu/target/alpha/ |
H A D | translate.c | 586 tcg_gen_st8_i32(tmp, tcg_env, in gen_qual_roundmode() 614 tcg_gen_st8_i32(tmp, tcg_env, in gen_qual_flushzero()
|
/qemu/tcg/ |
H A D | tcg-op.c | 1405 void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st8_i32() function 1545 tcg_gen_st8_i32(TCGV_LOW(arg1), arg2, offset); in tcg_gen_st8_i64()
|
/qemu/target/arm/tcg/ |
H A D | translate.c | 182 tcg_gen_st8_i32(var, tcg_env, offset); in store_cpu_offset() 1226 tcg_gen_st8_i32(src, tcg_env, off); in write_neon_element32()
|
H A D | translate-neon.c | 86 tcg_gen_st8_i32(var, tcg_env, offset); in neon_store_element()
|
H A D | translate-a64.c | 1335 tcg_gen_st8_i32(tcg_src, tcg_env, vect_off); in write_vec_element_i32()
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 155 tcg_gen_st8_i32(src, tcg_env, offs);
|