Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp45 static const int64_t IMM_MULT = 65536; member in __anond43cd2200111::AlphaDAGToDAGISel
46 static const int64_t IMM_FULLHIGH = IMM_HIGH + IMM_HIGH * IMM_MULT;
47 static const int64_t IMM_FULLLOW = IMM_LOW + IMM_LOW * IMM_MULT;
50 int64_t y = x / IMM_MULT; in get_ldah16()
51 if (x % IMM_MULT > IMM_HIGH) in get_ldah16()
57 return x - get_ldah16(x) * IMM_MULT; in get_lda16()
267 if (val <= IMM_HIGH + IMM_HIGH * IMM_MULT && in Select()
268 val >= IMM_LOW + IMM_LOW * IMM_MULT) in Select()
271 val32 <= IMM_HIGH + IMM_HIGH * IMM_MULT) in Select()
DAlphaRegisterInfo.cpp46 long y = l / Alpha::IMM_MULT; in getUpper16()
47 if (l % Alpha::IMM_MULT > Alpha::IMM_HIGH) in getUpper16()
54 return l - h * Alpha::IMM_MULT; in getLower16()
DAlphaFrameLowering.cpp26 long y = l / Alpha::IMM_MULT; in getUpper16()
27 if (l % Alpha::IMM_MULT > Alpha::IMM_HIGH) in getUpper16()
34 return l - h * Alpha::IMM_MULT; in getLower16()
DAlpha.h27 static const int IMM_MULT = 65536; variable
DAlphaInstrInfo.td1066 // val32 >= IMM_FULLLOW + IMM_LOW * IMM_MULT); //Always True