Lines Matching defs:Opcode
100 /// Opcode - The opcode from the last parsed instruction.
101 unsigned Opcode;
108 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(0) {}
110 : Opcode(~0), ParseError(false), AsmRewrites(rewrites) {}
1012 MCBinaryExpr::Opcode &Kind) {
1095 MCBinaryExpr::Opcode Kind = MCBinaryExpr::Add;
1111 MCBinaryExpr::Opcode Dummy;
1489 // Canonicalize the opcode to lower case.
1555 HadError = getTargetParser().MatchAndEmitInstruction(IDLoc, Info.Opcode,
4126 if (Info.Opcode == ~0U)
4129 const MCInstrDesc &Desc = MII->get(Info.Opcode);