Home | History | Annotate | Download | only in TableGen

Lines Matching refs:InstructionSpecifiers

275   o << InstructionSpecifiers[id].name;
533 unsigned NumInstructions = InstructionSpecifiers.size();
548 stringForOperandEncoding((OperandEncoding)InstructionSpecifiers[Index]
551 stringForOperandType((OperandType)InstructionSpecifiers[Index]
570 o << INSTRUCTIONS_STR "[" << InstructionSpecifiers.size() << "] = {\n";
579 (ModifierType)InstructionSpecifiers[index].modifierType);
583 o << format("%02hhx", (uint16_t)InstructionSpecifiers[index].modifierBase);
590 stringForOperandEncoding((OperandEncoding)InstructionSpecifiers[index]
593 stringForOperandType((OperandType)InstructionSpecifiers[index]
599 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */";
753 InstructionSpecifiers[uid];
755 InstructionSpecifiers[decision.instructionIDs[index]];
800 InstructionSpecifiers[uid].insnContext, ignoresVEX_L))