Searched refs:d30v_operand_table (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd30v-dis.c134 if (d30v_operand_table[insn->form->operands[0]].flags & OPERAND_NAME)
139 &d30v_operand_table[insn->form->operands[0]],
163 oper = &d30v_operand_table[opnum];
214 = &d30v_operand_table[insn->form->operands[2]];
H A Dd30v-opc.c344 const struct d30v_operand d30v_operand_table[] = variable in typeref:struct:d30v_operand
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd30v-dis.c134 if (d30v_operand_table[insn->form->operands[0]].flags & OPERAND_NAME)
139 &d30v_operand_table[insn->form->operands[0]],
163 oper = &d30v_operand_table[opnum];
214 = &d30v_operand_table[insn->form->operands[2]];
H A Dd30v-opc.c344 const struct d30v_operand d30v_operand_table[] = variable in typeref:struct:d30v_operand
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-dis.c134 if (d30v_operand_table[insn->form->operands[0]].flags & OPERAND_NAME)
139 &d30v_operand_table[insn->form->operands[0]],
163 oper = &d30v_operand_table[opnum];
214 = &d30v_operand_table[insn->form->operands[2]];
H A Dd30v-opc.c344 const struct d30v_operand d30v_operand_table[] = variable in typeref:struct:d30v_operand
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd30v-dis.c134 if (d30v_operand_table[insn->form->operands[0]].flags & OPERAND_NAME)
139 &d30v_operand_table[insn->form->operands[0]],
163 oper = &d30v_operand_table[opnum];
214 = &d30v_operand_table[insn->form->operands[2]];
H A Dd30v-opc.c344 const struct d30v_operand d30v_operand_table[] = variable in typeref:struct:d30v_operand
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dd30v.h206 extern const struct d30v_operand d30v_operand_table[];
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dd30v.h206 extern const struct d30v_operand d30v_operand_table[];
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dd30v.h206 extern const struct d30v_operand d30v_operand_table[];
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dd30v.h206 extern const struct d30v_operand d30v_operand_table[];
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d30v.c498 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[f
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c495 flags = d30v_operand_table[form->operands[i]].flags;
502 bits = d30v_operand_table[form->operands[i]].bits;
506 shift = 12 - d30v_operand_table[form->operands[i]].position;
537 get_reloc (d30v_operand_table + form->operands[i], op->reloc_flag);
776 flags = d30v_operand_table[f->operands[i]].flags;
777 shift = 12 - d30v_operand_table[f->operands[i]].position;
778 bits = d30v_operand_table[f->operands[i]].bits;
788 shift = 12 - d30v_operand_table[f->operands[i - 1]].position;
1156 int flags = d30v_operand_table[fm->operands[j]].flags;
1157 int bits = d30v_operand_table[f
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c495 flags = d30v_operand_table[form->operands[i]].flags;
502 bits = d30v_operand_table[form->operands[i]].bits;
506 shift = 12 - d30v_operand_table[form->operands[i]].position;
537 get_reloc (d30v_operand_table + form->operands[i], op->reloc_flag);
776 flags = d30v_operand_table[f->operands[i]].flags;
777 shift = 12 - d30v_operand_table[f->operands[i]].position;
778 bits = d30v_operand_table[f->operands[i]].bits;
788 shift = 12 - d30v_operand_table[f->operands[i - 1]].position;
1156 int flags = d30v_operand_table[fm->operands[j]].flags;
1157 int bits = d30v_operand_table[f
[all...]

Completed in 244 milliseconds