Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1234 bool matchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, MCInst &Inst,
4185 ? matchAndEmitIntelInstruction(IDLoc, Opcode, Inst, Operands, Out, in matchAndEmitInstruction()
4499 bool X86AsmParser::matchAndEmitIntelInstruction( in matchAndEmitIntelInstruction() function in X86AsmParser