Lines Matching full:unordered
554 // ConditionNE jumps if NotEqual *or* unordered - force the unordered cases not to jump.
555 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
557 unordered.link(this);
561 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
563 unordered.link(this);
564 // We get here if either unordered, or equal.