Home | History | Annotate | Download | only in optimizing

Lines Matching defs:op2_hi

688     Register op2_hi = op2_loc.AsRegisterPairHigh<Register>();
697 // Now use the same tempo and the borrow to finish the subtraction of op2_hi.
699 __ sbbl(temp, op2_hi);
704 __ cmovl(cond, output_hi, op2_hi);