Home
last modified time | relevance | path

Searched refs:d10v_operands (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c494 shift = d10v_operands[op_type].shift; in d10v_insert_operand()
498 bits = d10v_operands[op_type].bits; in d10v_insert_operand()
501 if (check_range (value, bits, d10v_operands[op_type].flags)) in d10v_insert_operand()
533 flags = d10v_operands[opcode->operands[i]].flags; in build_insn()
534 bits = d10v_operands[opcode->operands[i]].bits; in build_insn()
535 shift = d10v_operands[opcode->operands[i]].shift; in build_insn()
568 get_reloc ((struct d10v_operand *) &d10v_operands[opcode->operands[i]]); in build_insn()
757 flags = d10v_operands[op->operands[i]].flags; in check_resource_conflict()
758 shift = d10v_operands[op->operands[i]].shift; in check_resource_conflict()
759 mask = 0x7FFFFFFF >> (31 - d10v_operands[op->operands[i]].bits); in check_resource_conflict()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dd10v-dis.c171 oper = (struct d10v_operand *) &d10v_operands[op->operands[i]]; in dis_long()
176 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS in dis_long()
177 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS) in dis_long()
221 oper = (struct d10v_operand *) &d10v_operands[op->operands[i]]; in dis_2_short()
226 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS in dis_2_short()
227 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS) in dis_2_short()
Dd10v-opc.c98 const struct d10v_operand d10v_operands[] = variable
DChangeLog-989982 * d10v-opc.c (d10v_operands): Add RESTRICTED_NUM3 flag for
1583 * d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes):
DChangeLog-000146 (d10v_operands): Add it.
53 (d10v_operands): Add it.
DChangeLog-92971760 * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
/toolchain/binutils/binutils-2.25/include/opcode/
Dd10v.h118 extern const struct d10v_operand d10v_operands[];