Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1208 bool matchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, MCInst &Inst,
4093 : matchAndEmitATTInstruction(IDLoc, Opcode, Inst, Operands, Out, in MatchAndEmitInstruction()
4176 bool X86AsmParser::matchAndEmitATTInstruction( in matchAndEmitATTInstruction() function in X86AsmParser