OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.25/opcodes/
microblaze-opcm.h
128
#define
IMM_LOW
0 /* Low bit for immediate. */
Completed in 551 milliseconds