Home
last modified time | relevance | path

Searched refs:IMM_LOW (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp43 static const int64_t IMM_LOW = -32768; member in __anond43cd2200111::AlphaDAGToDAGISel
47 static const int64_t IMM_FULLLOW = IMM_LOW + IMM_LOW * IMM_MULT;
268 val >= IMM_LOW + IMM_LOW * IMM_MULT) in Select()
DAlphaFrameLowering.cpp81 if (NumBytes >= Alpha::IMM_LOW) { in emitPrologue()
84 } else if (getUpper16(NumBytes) >= Alpha::IMM_LOW) { in emitPrologue()
DAlpha.h25 static const int IMM_LOW = -32768; variable
DAlphaRegisterInfo.cpp161 if (Offset > Alpha::IMM_HIGH || Offset < Alpha::IMM_LOW) { in eliminateFrameIndex()
DAlphaInstrInfo.td1066 // val32 >= IMM_FULLLOW + IMM_LOW * IMM_MULT); //Always True