Lines Matching refs:scratch_reg
229 XMMRegister scratch_reg, in ClampDoubleToUint8() argument
233 xorps(scratch_reg, scratch_reg); in ClampDoubleToUint8()
246 ucomisd(input_reg, scratch_reg); in ClampDoubleToUint8()
3370 Register scratch_reg, in TestJSArrayForAllocationMemento() argument
3380 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
3383 lea(scratch_reg, Operand(receiver_reg, kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3384 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
3385 test(scratch_reg, Immediate(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
3390 lea(scratch_reg, Operand(receiver_reg, kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3391 xor_(scratch_reg, receiver_reg); in TestJSArrayForAllocationMemento()
3392 test(scratch_reg, Immediate(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
3399 lea(scratch_reg, Operand(receiver_reg, kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3400 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
3404 mov(scratch_reg, Operand(receiver_reg, kMementoMapOffset)); in TestJSArrayForAllocationMemento()
3405 cmp(scratch_reg, Immediate(isolate()->factory()->allocation_memento_map())); in TestJSArrayForAllocationMemento()