Searched defs:FXOR (Results 1 - 2 of 2) 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
/external/qemu/target-i386/
H A Dops_sse.h347 #define FXOR(a, b) (a) ^ (b) macro
391 SSE_HELPER_Q(helper_pxor, FXOR)

Completed in 85 milliseconds