HomeSort by relevance Sort by last modified time
    Searched defs:operand_types (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 522 static bitfield operand_types[] = variable
898 bitfield types [ARRAY_SIZE (operand_types)];
901 memcpy (types, operand_types, sizeof (types));
923 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
968 /* Find operand_types. */
969 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
973 operand_types [i] = NULL;
977 operand_types [i] = next_field (str, ',', &str, last);
978 if (*operand_types[i] == '0')
981 operand_types[i] = NULL
    [all...]
i386-opc.h 839 /* operand_types[i] describes the type of operand i. This is made
841 'operand_types[i] = Reg|Imm' specifies that operand i can be
843 i386_operand_type operand_types[MAX_OPERANDS]; member in struct:insn_template
  /toolchain/binutils/binutils-2.25/include/opcode/
tic30.h 232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon74634
    [all...]
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 4644 i386_operand_type operand_types [MAX_OPERANDS]; local
    [all...]

Completed in 116 milliseconds