Lines Matching refs:with_aligned_sp
98 pub fn with_aligned_sp<F, T>(&mut self, f: F) -> Result<T> in with_aligned_sp() method
184 self.with_aligned_sp(|masm| { in check_stack()
383 self.with_aligned_sp(|masm| match op_kind { in wasm_store()
441 self.with_aligned_sp(|masm| match &kind { in wasm_load()
596 self.with_aligned_sp(|masm| { in checked_uadd()
860 this.with_aligned_sp(|this| { in div()
880 this.with_aligned_sp(|this| { in rem()
928 self.with_aligned_sp(|masm| { in signed_truncate()
951 masm.with_aligned_sp(|masm| { in unsigned_truncate()
1154 self.with_aligned_sp(|masm| { in unreachable()
1185 self.with_aligned_sp(|masm| { in trap()
1192 self.with_aligned_sp(|masm| { in trapz()
1199 self.with_aligned_sp(|masm| { in trapif()