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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64InstPrinter.cpp 772 const MCOperand &Cm = MI->getOperand(2);
777 unsigned CmVal = Cm.getImm();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 2955 const uint16_t Cm = (Encoding & 0x78) >> 3;
2966 AArch64Operand::CreateSysCR(Cm, S, getLoc(), getContext()));
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 478 #define Cm { OP_C, m_mode }
2293 { "movZ", { Em, Cm }, 0 },
2295 { "movZ", { Cm, Em }, 0 },
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 478 #define Cm { OP_C, m_mode }
2284 { "movZ", { Em, Cm }, 0 },
2286 { "movZ", { Cm, Em }, 0 },
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 479 #define Cm { OP_C, m_mode }
2223 { "movZ", { Em, Cm }, 0 },
2225 { "movZ", { Cm, Em }, 0 },
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 474 #define Cm { OP_C, m_mode }
2185 { "movZ", { Em, Cm }, 0 },
2187 { "movZ", { Cm, Em }, 0 },

Completed in 63 milliseconds