Searched refs:operand_types (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-gen.c105 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
202 /* Find operand_types. */
203 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
207 operand_types [i] = NULL;
211 operand_types [i] = next_field (str, &str);
212 if (*operand_types[i] == '0')
215 operand_types[i] = NULL;
228 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
230 if (operand_types[i] == NULL
231 || *operand_types[
[all...]
H A Di386-opc.h138 /* operand_types[i] describes the type of operand i. This is made
140 'operand_types[i] = Reg|Imm' specifies that operand i can be
142 unsigned int operand_types[MAX_OPERANDS]; member in struct:__anon92
144 /* operand_types[i] bits */
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1403 pt (t->operand_types[i]);
2416 allowed |= t->operand_types[op];
2516 unsigned int operand_types [MAX_OPERANDS];
2543 operand_types [j] = 0;
2573 operand_types [j] = t->operand_types [j];
2582 && (!(operand_types[0] & (RegMMX | RegXMM))
2583 || !(operand_types[t->operands > 1] & (RegMMX | RegXMM)))
2622 if ((operand_types[j] & DispOff))
2625 operand_types[
2512 unsigned int operand_types [MAX_OPERANDS]; local
[all...]

Completed in 165 milliseconds