Home | History | Annotate | Download | only in opcodes

Lines Matching defs:oo

46   const ft32_opc_info_t *oo;
48 for (oo = ft32_opc_info; oo->name; oo++)
49 if ((iword & oo->mask) == oo->bits)
52 if (oo->name)
54 int f = oo->fields;
57 fpr (stream, "%s", oo->name);
58 if (oo->dw)