Home | History | Annotate | Download | only in mips64

Lines Matching refs:right

102 // and arguments have been pushed on the stack left to right.  The actual
2356 Register right = a0;
2361 __ Or(scratch1, left, Operand(right));
2377 __ GetLeastBitsFromSmi(scratch1, right, 5);
2378 __ dsrav(right, left, scratch1);
2379 __ And(v0, right, Operand(0xffffffff00000000L));
2383 __ GetLeastBitsFromSmi(scratch2, right, 5);
2390 __ GetLeastBitsFromSmi(scratch2, right, 5);
2398 __ AdduAndCheckForOverflow(v0, left, right, scratch1);
2402 __ SubuAndCheckForOverflow(v0, left, right, scratch1);
2406 __ Dmulh(v0, left, right);
2412 __ Daddu(scratch2, right, left);
2419 __ Or(v0, left, Operand(right));
2422 __ And(v0, left, Operand(right));
2425 __ Xor(v0, left, Operand(right));
2838 // v1 (receiver). Touch up the stack with the right values.
2939 // Push the arguments ("left-to-right") on the stack.
4206 // Push the arguments ("left-to-right").
4223 // Push the arguments ("left-to-right").
4667 VisitForStackValue(expr->right());
4675 VisitForStackValue(expr->right());
4685 VisitForAccumulatorValue(expr->right());