Home | History | Annotate | Download | only in opcodes

Lines Matching refs:INSTANCE

555 #define INSTANCE(n) #n, n
561 INSTANCE (Accum),
562 INSTANCE (RegC),
563 INSTANCE (RegD),
564 INSTANCE (RegB),
567 #undef INSTANCE
1323 enum operand_instance instance,
1329 fprintf (table, "{ { %d, %d, ", class, instance);
1356 enum operand_instance instance = InstanceNone;
1385 if (str && !strncmp(str, "Instance=", 9))
1390 instance = operand_instances[i].value;
1413 output_operand_type (table, class, instance, types, ARRAY_SIZE (types),