Lines Matching refs:IntScratch
10 IntCmpKind, IntScratch, LaneSelector, LoadKind, MacroAssembler as Masm, MulWideKind,
130 self.with_scratch::<IntScratch, _>(|masm, scratch| { in check_stack()
406 self.with_scratch::<IntScratch, _>(|masm, byte_tmp| { in wasm_load()
415 self.with_scratch::<IntScratch, _>(|masm, scratch| { in wasm_load()
471 self.with_scratch::<IntScratch, _>(|masm, scratch| { in add()
532 self.with_scratch::<IntScratch, _>(|masm, scratch| { in sub()
555 self.with_scratch::<IntScratch, _>(|masm, scratch| { in mul()
623 self.with_scratch::<IntScratch, _>(|masm, scratch_gpr| { in float_copysign()
655 self.with_scratch::<IntScratch, _>(|masm, scratch_gpr| { in float_neg()
676 self.with_scratch::<IntScratch, _>(|masm, scratch_gpr| { in float_abs()
721 self.with_scratch::<IntScratch, _>(|masm, scratch| { in and()
744 self.with_scratch::<IntScratch, _>(|masm, scratch| { in or()
767 self.with_scratch::<IntScratch, _>(|masm, scratch| { in xor()
898 self.with_scratch::<IntScratch, _>(|masm, scratch| { in cmp()
959 self.with_scratch::<IntScratch, _>(|masm, scratch| { in float_cmp_with_set()
967 self.with_scratch::<IntScratch, _>(|masm, scratch| { in float_cmp_with_set()
981 self.with_scratch::<IntScratch, _>(|masm, scratch| { in clz()
1000 self.with_scratch::<IntScratch, _>(|masm, scratch| { in ctz()
1104 self.with_scratch::<IntScratch, _>(|masm, scratch| { in popcnt()
1158 self.with_scratch::<IntScratch, _>(|masm, gpr_scratch| { in signed_truncate()
1192 masm.with_scratch::<IntScratch, _>(|masm, gpr_scratch| { in unsigned_truncate()
1239 self.with_scratch::<IntScratch, _>(|masm, scratch| { in unsigned_convert()
1315 self.with_scratch::<IntScratch, _>(|masm, tmp1| { in jmp_table()
1563 self.with_scratch::<IntScratch, _>(|masm, scratch| { in atomic_rmw()
2486 this.with_scratch::<IntScratch, _>(|this, tmp| { in v128_shift()
3328 self.with_scratch::<IntScratch, _>(|masm, scratch| { in store_impl()