Lines Matching full:alternatives
35 * Maximum number of alternatives
615 * Provide a name for the type of alternatives present at the
618 * An instruction can have alternatives with different types, for
859 * table and no other instruction alternatives. In that case in disas_alt_default()
924 * Print all alternatives side-by-side.
964 * Print all alternatives one above the other.
980 * If all alternatives have a single instruction then print each in disas_alt_print_compact()
981 * alternative on a single line. Otherwise, print alternatives in disas_alt_print_compact()
1014 * Trim NOPs in alternatives. This replaces trailing NOPs in alternatives
1017 * Return the maximum numbers of instructions in all alternatives after
1114 * Initialize and disassemble all other alternatives. in disas_alt()
1119 WARN("%s has more alternatives than supported", alt_name); in disas_alt()
1154 * Print default and non-default alternatives. in disas_alt()