Home | History | Annotate | Download | only in mips

Lines Matching refs:scratch_

1033       scratch_.is(a2) &&
1039 scratch_.is(a3) &&
1068 // Set up the correct exponent in scratch_. All non-Smi int32s have the same.
1072 __ li(scratch_, Operand(non_smi_exponent));
1073 // Set the sign bit in scratch_ if the value was negative.
1074 __ or_(scratch_, scratch_, sign_);
1085 __ or_(scratch_, scratch_, at);
1086 __ sw(scratch_, FieldMemOperand(the_heap_number_,
1088 __ sll(scratch_, the_int_, 32 - shift_distance);
1089 __ sw(scratch_, FieldMemOperand(the_heap_number_,
1099 __ li(scratch_, Operand(HeapNumber::kSignMask | non_smi_exponent));
1100 __ sw(scratch_,
1102 __ mov(scratch_, zero_reg);
1103 __ sw(scratch_,