Home | History | Annotate | Download | only in mips

Lines Matching refs:remainder

1187     Register remainder,
1209 // Compute the remainder.
1210 __ Move(remainder, zero_reg);
1231 // Compute the remainder.
1234 __ Subu(remainder, dividend, Operand(scratch));
1237 __ Addu(remainder, dividend, Operand(scratch));
1271 // Compute the remainder.
1274 __ Subu(remainder, dividend, Operand(scratch));
1278 __ mfhi(remainder);
1338 const Register remainder = ToRegister(instr->temp());
1350 remainder,
1354 __ Branch(&done, eq, remainder, Operand(zero_reg), USE_DELAY_SLOT);
1355 __ Xor(scratch , remainder, Operand(divisor));
1386 __ mfhi(remainder);
1390 __ Branch(&done, eq, remainder, Operand(zero_reg), USE_DELAY_SLOT);
1391 __ Xor(scratch , remainder, Operand(right));