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

  /external/swiftshader/third_party/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
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-opcm.h 130 #define IMM_LOW 0 /* Low bit for immediate. */

Completed in 70 milliseconds