Searched refs:tcg_gen_ld16s_i32 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 289 #define tcg_gen_ld16s_tl tcg_gen_ld16s_i32
|
H A D | tcg-op-common.h | 164 void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1432 void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16s_i32() function 1535 tcg_gen_ld16s_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld16s_i64()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 114 tcg_gen_ld16s_i32(dst, tcg_env, offs);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 1197 tcg_gen_ld16s_i32(dest, tcg_env, off); in read_neon_element32()
|
H A D | translate-a64.c | 1118 tcg_gen_ld16s_i32(tcg_dest, tcg_env, vect_off); in read_vec_element_i32()
|