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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64InstPrinter.cpp 771 const MCOperand &Cn = MI->getOperand(1);
776 unsigned CnVal = Cn.getImm();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 2395 Error(S, "Expected cN operand where 0 <= N <= 15");
2401 Error(S, "Expected cN operand where 0 <= N <= 15");
2408 Error(S, "Expected cN operand where 0 <= N <= 15");
2956 const uint16_t Cn = (Encoding & 0x780) >> 7;
2964 AArch64Operand::CreateSysCR(Cn, S, getLoc(), getContext()));

Completed in 27 milliseconds