Lines Matching refs:IntScratch
21 Imm as I, IntCmpKind, IntScratch, LoadKind, MacroAssembler as Masm, MulWideKind,
185 masm.with_scratch::<IntScratch, _>(|masm, scratch_stk_limit| { in check_stack()
186 masm.with_scratch::<IntScratch, _>(|masm, scratch_tmp| { in check_stack()
259 self.with_scratch::<IntScratch, _>(|masm, scratch| { in reserve_stack()
287 self.with_scratch::<IntScratch, _>(|masm, scratch| { in free_stack()
354 self.with_scratch::<IntScratch, _>(|masm, scratch| -> Result<()> { in store()
604 masm.with_scratch::<IntScratch, _>(|masm, scratch| { in checked_uadd()
622 self.with_scratch::<IntScratch, _>(|masm, scratch| { in sub()
641 (RegImm::Imm(v), rn, rd) => self.with_scratch::<IntScratch, _>(|masm, scratch| { in mul()
742 self.with_scratch::<IntScratch, _>(|masm, scratch| { in and()
768 self.with_scratch::<IntScratch, _>(|masm, scratch| { in or()
794 self.with_scratch::<IntScratch, _>(|masm, scratch| { in xor()
826 self.with_scratch::<IntScratch, _>(|masm, scratch| { in shift_ir()
881 this.with_scratch::<IntScratch, _>(|masm, scratch| { in rem()
1064 self.with_scratch::<IntScratch, _>(|masm, scratch| { in cmp()
1094 self.with_scratch::<IntScratch, _>(|masm, scratch| { in ctz()
1177 self.with_scratch::<IntScratch, _>(|masm, scratch| { in jmp_table()
1635 self.with_scratch::<IntScratch, _>(|masm, scratch| { in add_ir()