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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 83 // HasSwap - Byte and half swap instructions.
84 bool HasSwap;
134 bool hasSwap() const { return HasSwap; }
MipsISelLowering.cpp 257 if (!Subtarget->hasSwap()) {
    [all...]

Completed in 2173 milliseconds