Searched refs:tcg_gen_ld8u_i32 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 286 #define tcg_gen_ld8u_tl tcg_gen_ld8u_i32
|
H A D | tcg-op-common.h | 161 void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 576 tcg_gen_ld8u_i32(tmp, tcg_env, in gen_qual_roundmode() 605 tcg_gen_ld8u_i32(tmp, tcg_env, in gen_qual_flushzero()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1424 void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8u_i32() function 1512 tcg_gen_ld8u_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld8u_i64()
|
H A D | tcg-op-gvec.c | 1738 tcg_gen_ld8u_i32(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 45 tcg_gen_ld8u_i32(var, tcg_env, offset); in neon_load_element()
|
H A D | translate.c | 1194 tcg_gen_ld8u_i32(dest, tcg_env, off); in read_neon_element32()
|
H A D | translate-a64.c | 1125 tcg_gen_ld8u_i32(tcg_dest, tcg_env, vect_off); in read_vec_element_i32()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 105 tcg_gen_ld8u_i32(dst, tcg_env, offs);
|