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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 82 // HasSwap - Byte and half swap instructions.
83 bool HasSwap;
128 bool hasSwap() const { return HasSwap; }
MipsSubtarget.cpp 30 HasMinMax(false), HasSwap(false), HasBitCount(false)

Completed in 75 milliseconds