Home | History | Annotate | Download | only in ARM

Lines Matching refs:Unordered

883     // Unordered/Monotonic case.
3667 // Both GT and GE are ordered comparisons, and return false for 'unordered'.
3668 // If we have an unordered opcode, we need to swap the operands to the VSEL
3682 // 'ordered' is 'anything but unordered', so use the VS condition code and
3689 // 'unordered or not equal' is 'anything but equal', so use the EQ condition
12360 case AtomicOrdering::Unordered:
12361 llvm_unreachable("Invalid fence: unordered/non-atomic");
12385 case AtomicOrdering::Unordered:
12386 llvm_unreachable("Invalid fence: unordered/not-atomic");