Lines Matching full:opcode
218 /// version and return the Opcode since the two have the same Asm format string.
239 // Keeps track of the last opcode in the filtered bucket.
374 void insnWithID(insn_t &Insn, unsigned Opcode) const {
375 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
383 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail");
394 const std::string &nameWithID(unsigned Opcode) const {
395 return AllInstructions[Opcode]->TheDef->getName();
430 // decoded bits in order to verify that the instruction matches the Opcode.
744 PrintFatalError("invalid decode table opcode");
813 // Extract the ULEB128 encoded Opcode to a buffer.
818 // Decode the Opcode value.
830 OS << "// Opcode: "
1008 // decoded bits in order to verify that the instruction matches the Opcode.
1896 << " errs() << Loc << \": Unexpected decode table opcode!\\n\";\n"
1966 << " // Decode the Opcode value.\n"
1971 << " DEBUG(dbgs() << Loc << \": OPC_Decode: opcode \" << Opc\n"