Home
last modified time | relevance | path

Searched refs:UNORD (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/post/lib_powerpc/fpu/
Dcompare-fp-1.c24 #define UNORD(a, b) (__builtin_isunordered ((a), (b))) macro
63 TEST (UNORD (x, y) || (x < y)); in iunlt()
78 TEST (UNORD (x, y) || (x <= y)); in iunle()
93 TEST (UNORD (x, y) || (x > y)); in iungt()
108 TEST (UNORD (x, y) || (x >= y)); in iunge()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp8511 SDValue UNORD, EQ; in LowerVSETCC() local
8512 UNORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(3, MVT::i8)); in LowerVSETCC()
8514 return DAG.getNode(ISD::OR, dl, VT, UNORD, EQ); in LowerVSETCC()