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

/external/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.cpp8264 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
11531 case X86ISD::FXOR: return "X86ISD::FXOR";
15570 /// X86ISD::FXOR nodes.
15572 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
16107 case X86ISD::FXOR:
/external/qemu/target-i386/
H A Dops_sse_header.h93 SSE_HELPER_Q(pxor, FXOR)
H A Dops_sse.h347 #define FXOR(a, b) (a) ^ (b) macro
391 SSE_HELPER_Q(helper_pxor, FXOR)

Completed in 120 milliseconds