Searched refs:r_mop (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1815 TCGv_i32 r_mop = tcg_constant_i32(da->memop | MO_ALIGN); in gen_ld_asi() local 1819 gen_helper_ld_asi(dst, tcg_env, addr, r_asi, r_mop); in gen_ld_asi() 1823 gen_helper_ld_asi(t64, tcg_env, addr, r_asi, r_mop); in gen_ld_asi() 1891 TCGv_i32 r_mop = tcg_constant_i32(da->memop | MO_ALIGN); in gen_st_asi() local 1895 gen_helper_st_asi(tcg_env, addr, src, r_asi, r_mop); in gen_st_asi() 1900 gen_helper_st_asi(tcg_env, addr, t64, r_asi, r_mop); in gen_st_asi() 1961 TCGv_i32 r_mop = tcg_constant_i32(MO_UB); in gen_ldstub_asi() local 1966 gen_helper_ld_asi(t64, tcg_env, addr, r_asi, r_mop); in gen_ldstub_asi() 1969 gen_helper_st_asi(tcg_env, addr, s64, r_asi, r_mop); in gen_ldstub_asi() 2063 TCGv_i32 r_mop = tcg_constant_i32(memop | MO_ALIGN); in gen_ldf_asi() local [all …]
|