Home | History | Annotate | Download | only in compiler

Lines Matching refs:high

169         // a new store node to store the high word. The effect and control edges
386 // of the output to 0 and just calculate the high word.
390 // We do not have to care about the high word replacement, because
410 // of the output to 0 and just calculate the high word.
414 // We do not have to care about the high word replacement, because
434 // of the output to 0 and just calculate the high word.
438 // We do not have to care about the high word replacement, because
501 // We use SAR to preserve the sign in the high word.
655 // The low word and the high word can be swapped either at the input or
796 replacements_[old->id()].high = new_high;
810 return replacements_[node->id()].high != nullptr;
814 Node* result = replacements_[node->id()].high;