Searched refs:r_mop (Results 1 – 1 of 1) sorted by relevance
/qemu/target/sparc/ |
H A D | translate.c | 1825 TCGv_i32 r_mop = tcg_constant_i32(da->memop | MO_ALIGN); in gen_ld_asi() local 1829 gen_helper_ld_asi(dst, tcg_env, addr, r_asi, r_mop); in gen_ld_asi() 1833 gen_helper_ld_asi(t64, tcg_env, addr, r_asi, r_mop); in gen_ld_asi() 1901 TCGv_i32 r_mop = tcg_constant_i32(da->memop | MO_ALIGN); in gen_st_asi() local 1905 gen_helper_st_asi(tcg_env, addr, src, r_asi, r_mop); in gen_st_asi() 1910 gen_helper_st_asi(tcg_env, addr, t64, r_asi, r_mop); in gen_st_asi() 1971 TCGv_i32 r_mop = tcg_constant_i32(MO_UB); in gen_ldstub_asi() local 1976 gen_helper_ld_asi(t64, tcg_env, addr, r_asi, r_mop); in gen_ldstub_asi() 1979 gen_helper_st_asi(tcg_env, addr, s64, r_asi, r_mop); in gen_ldstub_asi() 2073 TCGv_i32 r_mop = tcg_constant_i32(memop | MO_ALIGN); in gen_ldf_asi() local [all …]
|