HomeSort by relevance Sort by last modified time
    Searched refs:d30v_operand_table (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 132 if (d30v_operand_table[insn->form->operands[0]].flags & OPERAND_NAME)
137 (struct d30v_operand *) &d30v_operand_table[insn->form->operands[0]],
160 oper = (struct d30v_operand *) &d30v_operand_table[opnum];
211 (struct d30v_operand *) &d30v_operand_table[insn->form->operands[2]];
d30v-opc.c 344 const struct d30v_operand d30v_operand_table[] = variable in typeref:struct:d30v_operand
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 202 extern const struct d30v_operand d30v_operand_table[];
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 498 flags = d30v_operand_table[form->operands[i]].flags;
505 bits = d30v_operand_table[form->operands[i]].bits;
509 shift = 12 - d30v_operand_table[form->operands[i]].position;
540 get_reloc (d30v_operand_table + form->operands[i], op->reloc_flag);
779 flags = d30v_operand_table[f->operands[i]].flags;
780 shift = 12 - d30v_operand_table[f->operands[i]].position;
781 bits = d30v_operand_table[f->operands[i]].bits;
791 shift = 12 - d30v_operand_table[f->operands[i - 1]].position;
1159 int flags = d30v_operand_table[fm->operands[j]].flags;
1160 int bits = d30v_operand_table[fm->operands[j]].bits
    [all...]

Completed in 150 milliseconds