HomeSort by relevance Sort by last modified time
    Searched refs:IMM_LOW (Results 1 - 7 of 7) 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
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) {
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-dis.c 35 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW)
54 sprintf (tmpstr, "%d", (short)((instr & IMM_MASK) >> IMM_LOW));
63 sprintf (tmpstr, "%d", (short)((instr & IMM5_MASK) >> IMM_LOW));
82 (short)((instr & RFSL_MASK) >> IMM_LOW));
91 sprintf (tmpstr, "%d", (short)((instr & IMM15_MASK) >> IMM_LOW));
101 switch ((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask))
149 if (((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask) & 0xE000)
153 (unsigned short)(((instr & IMM_MASK) >> IMM_LOW)
454 t3 = (insn & IMM_MASK) >> IMM_LOW;
microblaze-opcm.h 130 #define IMM_LOW 0 /* Low bit for immediate. */
  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c 1072 inst |= (immed << IMM_LOW) & IMM_MASK;
1086 inst |= (immed << IMM_LOW) & IMM_MASK;
1112 inst |= (immed << IMM_LOW) & IMM_MASK;
1157 inst |= (immed << IMM_LOW) & IMM5_MASK;
    [all...]

Completed in 102 milliseconds