Searched refs:FXOR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h52 /// FXOR - Bitwise logical XOR of floating point values. This corresponds
54 FXOR, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp9255 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
13719 case X86ISD::FXOR: return "X86ISD::FXOR";
18658 /// X86ISD::FXOR nodes.
18660 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
19169 case X86ISD::FXOR:

Completed in 215 milliseconds