Home | History | Annotate | Download | only in optimizing

Lines Matching refs:left_high

1629   const Register left_high = left.AsRegisterPairHigh<Register>();
1640 __ CmpConstant(left_high, High32Bits(value));
1670 __ sbcs(IP, left_high, ShifterOperand(High32Bits(value)));
2444 Register left_high = left.AsRegisterPairHigh<Register>();
2487 __ CmpConstant(left_high, val_high);
2502 __ cmp(left_high, ShifterOperand(right_high));