HomeSort by: relevance | last modified time | path
    Searched defs:Imm8 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kBaseInfo.h 63 Imm8 = 0xA,
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 912 Imm8,
983 unsigned int imm8:1;
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 899 Imm8,
970 unsigned int imm8:1;
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 865 Imm8,
936 unsigned int imm8:1;
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 899 Imm8,
970 unsigned int imm8:1;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 3272 assert(CE && "non-constant post-idx-imm8 operand!");
6835 // Thumb1 imm8 sub / add
8112 unsigned Imm8 = Inst.getOperand(0).getImm();
8116 if (Imm8 == 0x10 && Pred != ARMCC::AL && hasRAS())
8120 if (Imm8 == 0x14 && Pred != ARMCC::AL)

Completed in 61 milliseconds