Home | History | Annotate | Download | only in mips64

Lines Matching refs:input_high

123   Register input_high = scratch2;
128 __ lw(input_high,
134 input_high,
162 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
168 __ mov(input_high, zero_reg);
172 // Set the implicit 1 before the mantissa part in input_high.
173 __ Or(input_high,
174 input_high,
179 __ sllv(input_high, input_high, scratch);
198 __ Or(input_high, input_high, Operand(input_low));
203 __ Subu(result_reg, zero_reg, input_high);
204 __ Movz(result_reg, input_high, scratch);