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 84 // HasSwap - Byte and half swap instructions.
85 bool HasSwap;
193 bool hasSwap() const { return HasSwap; }
MipsISelLowering.cpp 376 if (!Subtarget->hasSwap()) {
    [all...]

Completed in 557 milliseconds