Home | History | Annotate | Download | only in arm

Lines Matching refs:scratch_

1008   if (the_int_.is(r1) && the_heap_number_.is(r0) && scratch_.is(r2)) {
1011 if (the_int_.is(r2) && the_heap_number_.is(r0) && scratch_.is(r3)) {
1038 // Set up the correct exponent in scratch_. All non-Smi int32s have the same.
1042 __ mov(scratch_, Operand(non_smi_exponent));
1043 // Set the sign bit in scratch_ if the value was negative.
1044 __ orr(scratch_, scratch_, Operand(HeapNumber::kSignMask), LeaveCC, cs);
1053 __ orr(scratch_, scratch_, Operand(the_int_, LSR, shift_distance));
1054 __ str(scratch_, FieldMemOperand(the_heap_number_,
1056 __ mov(scratch_, Operand(the_int_, LSL, 32 - shift_distance));
1057 __ str(scratch_, FieldMemOperand(the_heap_number_,