Home | History | Annotate | Download | only in opcodes

Lines Matching refs:modifier

824 output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size)
833 fprintf (table, "%d, ", modifier[i].value);
835 fprintf (table, "%d,", modifier[i].value);
840 fprintf (table, "%d },\n", modifier[i].value);
849 /* Copy the default opcode modifier. */