Home | History | Annotate | Download | only in config

Lines Matching defs:fm

52   EXEC_PARALLEL,		/* Done in parallel (FM=00).  */
53 EXEC_SEQ, /* Sequential (FM=01). */
54 EXEC_REVSEQ /* Reverse sequential (FM=10). */
479 It does everything but write the FM bits. */
632 /* According to 4.3.1: for FM=01, sub-instructions performed
643 /* According to 4.3.1: for FM=00, sub-instructions performed
1132 const struct d30v_format *fm;
1148 fm = &d30v_format_table[opcode_index];
1150 while (fm->form == opcode_index)
1154 for (j = 0; match && fm->operands[j]; j++)
1156 int flags = d30v_operand_table[fm->operands[j]].flags;
1157 int bits = d30v_operand_table[fm->operands[j]].bits;
1212 if (fm->form >= LONG)
1218 else if (fm->form < LONG
1220 || (fm->form == SHORT_D2 && j == 0)))
1261 for (j = 0; fm->operands[j]; j++)
1264 && (d30v_operand_table[fm->operands[j]].flags & OPERAND_2REG))
1267 return fm;
1269 fm = &d30v_format_table[++k];