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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h51 /// FXOR - Bitwise logical XOR of floating point values. This corresponds
53 FXOR, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp11438 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
16486 case X86ISD::FXOR: return "X86ISD::FXOR";
21406 /// X86ISD::FXOR nodes.
21408 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
21992 case X86ISD::FXOR:
/external/qemu/target-i386/
H A Dops_sse_header.h92 SSE_HELPER_Q(pxor, FXOR)
H A Dops_sse.h356 #define FXOR(a, b) ((a) ^ (b)) macro
400 SSE_HELPER_Q(helper_pxor, FXOR)

Completed in 141 milliseconds