Searched refs:HasSwap (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h84 // HasSwap - Byte and half swap instructions.
85 bool HasSwap; member in class:llvm::MipsSubtarget
193 bool hasSwap() const { return HasSwap; }
H A DMipsSubtarget.cpp64 IsLinux(true), HasSEInReg(false), HasCondMov(false), HasSwap(false),

Completed in 67 milliseconds