Searched refs:d10v_operands (Results 1 – 7 of 7) sorted by relevance
494 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 …]
171 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()
98 const struct d10v_operand d10v_operands[] = variable
82 * d10v-opc.c (d10v_operands): Add RESTRICTED_NUM3 flag for1583 * d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes):
46 (d10v_operands): Add it.53 (d10v_operands): Add it.
1760 * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
118 extern const struct d10v_operand d10v_operands[];