Home
last modified time | relevance | path

Searched refs:validateInstruction (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp689 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
2362 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser
2540 if (!validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
2786 if (!validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp84 bool validateInstruction(MCInst &Inst, SmallVectorImpl<SMLoc> &Loc);
3307 bool AArch64AsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in AArch64AsmParser
3847 if (validateInstruction(Inst, OperandLocs)) in MatchAndEmitInstruction()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp332 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
6068 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser
8590 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()