Searched refs:tm_operands (Results 1 – 1 of 1) sorted by relevance
174 const enum optype tm_operands[], in print_instruction() argument206 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++) in print_instruction()209 int optional = (tm_operands[i] & OPT) != 0; in print_instruction()211 switch (OPTYPE (tm_operands[i])) in print_instruction()460 sprintf (operand[i], "??? (0x%x)", tm_operands[i]); in print_instruction()