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

  /external/llvm/lib/Target/X86/
X86ISelLowering.h 51 /// FXOR - Bitwise logical XOR of floating point values. This corresponds
53 FXOR,
    [all...]
  /external/qemu/target-i386/
ops_sse.h 356 #define FXOR(a, b) ((a) ^ (b))
400 SSE_HELPER_Q(helper_pxor, FXOR)
    [all...]

Completed in 73 milliseconds