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

  /external/llvm/lib/Target/Alpha/
Alpha.h 25 static const int IMM_LOW = -32768;
AlphaISelDAGToDAG.cpp 43 static const int64_t IMM_LOW = -32768;
47 static const int64_t IMM_FULLLOW = IMM_LOW + IMM_LOW * IMM_MULT;
268 val >= IMM_LOW + IMM_LOW * IMM_MULT)
272 // val32 >= IMM_LOW + IMM_LOW * IMM_MULT) //always true
AlphaFrameLowering.cpp 81 if (NumBytes >= Alpha::IMM_LOW) {
84 } else if (getUpper16(NumBytes) >= Alpha::IMM_LOW) {
AlphaRegisterInfo.cpp 161 if (Offset > Alpha::IMM_HIGH || Offset < Alpha::IMM_LOW) {

Completed in 45 milliseconds