HomeSort by relevance Sort by last modified time
    Searched refs:FXOR (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86ISelLowering.h 52 /// FXOR - Bitwise logical XOR of floating point values. This corresponds
54 FXOR,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/qemu/target-i386/
ops_sse_header.h 93 SSE_HELPER_Q(pxor, FXOR)
ops_sse.h 347 #define FXOR(a, b) (a) ^ (b)
391 SSE_HELPER_Q(helper_pxor, FXOR)
    [all...]

Completed in 57 milliseconds