Home | History | Annotate | Download | only in mips

Lines Matching refs:right

102 // and arguments have been pushed on the stack left to right.  The actual
2357 Register right = a0;
2362 __ Or(scratch1, left, Operand(right));
2378 __ GetLeastBitsFromSmi(scratch1, right, 5);
2379 __ srav(right, left, scratch1);
2380 __ And(v0, right, Operand(~kSmiTagMask));
2384 __ GetLeastBitsFromSmi(scratch2, right, 5);
2393 __ GetLeastBitsFromSmi(scratch2, right, 5);
2401 __ AdduAndCheckForOverflow(v0, left, right, scratch1);
2405 __ SubuAndCheckForOverflow(v0, left, right, scratch1);
2409 __ SmiUntag(scratch1, right);
2414 __ Addu(scratch2, right, left);
2421 __ Or(v0, left, Operand(right));
2424 __ And(v0, left, Operand(right));
2427 __ 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.
4205 // Push the arguments ("left-to-right").
4222 // Push the arguments ("left-to-right").
4666 VisitForStackValue(expr->right());
4674 VisitForStackValue(expr->right());
4684 VisitForAccumulatorValue(expr->right());