Home | History | Annotate | Download | only in TableGen

Lines Matching full:opcode

86 // If rows are added to the opcode extension tables, then corresponding entries
100 // switch(Opcode) just below the case X86Local::T8: or case X86Local::TA: line
226 Opcode = byteFromRec(Rec, "Opcode");
688 // Operand 1 is added to the opcode.
697 // Operand 2 is a register operand in the Reg/Opcode field.
719 // Operand 2 is a register operand in the Reg/Opcode field.
742 // Operand 1 is a register operand in the Reg/Opcode field.
779 // Operand 1 is a register operand in the Reg/Opcode field.
872 if (Opcode == 0xc6) {
876 } else if (Opcode == 0xc7) {
911 switch (Opcode) {
923 llvm_unreachable("Unhandled two-byte extended opcode");
947 } // switch (Opcode)
948 opcodeToSet = Opcode;
954 switch (Opcode) {
966 llvm_unreachable("Unhandled two-byte extended opcode");
990 } // switch (Opcode)
991 opcodeToSet = Opcode;
1000 opcodeToSet = Opcode;
1008 opcodeToSet = Opcode;
1016 opcodeToSet = Opcode;
1026 assert(Opcode >= 0xc0 && "Unexpected opcode for an escape opcode");
1030 Spec->modifierBase = Opcode;
1031 filter = new AddRegEscapeFilter(Opcode);
1033 filter = new EscapeFilter(true, Opcode);
1040 switch (Opcode) {
1047 "extended opcode");
1087 } // switch (Opcode)
1088 opcodeToSet = Opcode;
1092 "Opcode type not set");
1321 errs() << "Unhandled reg/opcode register encoding " << s << "\n";
1322 llvm_unreachable("Unhandled reg/opcode register encoding");
1430 errs() << "Unhandled opcode modifier encoding " << s << "\n";
1431 llvm_unreachable("Unhandled opcode modifier encoding");