Home | History | Annotate | Download | only in x64

Lines Matching refs:LESS

3561       cc = less;
3672 destination()->false_target()->Branch(less);
4958 ASSERT(cc == less || cc == equal || cc == greater_equal);
4976 case less:
5042 case less: double_cc = below; break;
6635 __ j(less, &normal_exponent);
6672 // We know the exponent is smaller than 30 (biased). If it is less than
6679 __ j(less, &done);
6881 // Check that the third argument is a positive smi less than the string
7345 if (cc_ == less || cc_ == less_equal) {
7349 ncr = LESS;
7357 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
8873 case less: return "CompareStub_LT";
9162 // Don't enter the rep movs if there are less than 4 bytes to copy.
9226 // Handle sub-strings of length 2 and less in the runtime system.
9326 __ j(less, &left_shorter);
9382 // Result is LESS.
9383 __ Move(rax, Smi::FromInt(LESS));
9421 // Call the runtime; it returns -1 (less), 0 (equal), or 1 (greater)