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 52 /// FXOR - Bitwise logical XOR of floating point values. This corresponds
54 FXOR,
    [all...]
  /external/qemu/target-i386/
ops_sse.h 347 #define FXOR(a, b) (a) ^ (b)
391 SSE_HELPER_Q(helper_pxor, FXOR)
    [all...]

Completed in 163 milliseconds