Lines Matching defs:reg

194 /* Shimm operand when there is no reg indicator (st).  */
198 /* Shimm operand when there is no reg indicator (ld). */
335 const struct arc_operand_value *reg,
342 if (reg == NULL)
392 if (reg->type == AUXREG)
400 if (reg->flags & ARC_REGISTER_READONLY)
405 if (reg->flags & ARC_REGISTER_WRITEONLY)
409 insn |= reg->value << arc_operands[reg->type].shift;
417 if (reg->flags & ARC_REGISTER_READONLY)
422 if (reg->flags & ARC_REGISTER_WRITEONLY)
426 if ((unsigned int) reg->value > 60)
428 sprintf (buf, _("invalid register number `%d'"), reg->value);
431 insn |= reg->value << operand->shift;
464 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
481 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
499 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
519 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
538 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
550 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
562 const struct arc_operand_value *reg,
566 if (reg != NULL)
569 myinsn = insert_reg (0, operand,mods, reg, value, errmsg) >> operand->shift;
613 const struct arc_operand_value *reg,
619 if (reg != NULL)
622 myinsn = insert_reg (0,operand,mods,reg,value,errmsg) >> operand->shift;
757 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
832 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
902 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
927 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
938 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
969 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
983 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
1011 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
1142 const struct arc_operand_value *reg = lookup_register (REG, regno);
1146 if (reg == NULL)
1149 *opval = reg;
1157 const struct arc_operand_value *reg = lookup_register (AUXREG, value);
1161 if (reg != NULL && opval != NULL)
1162 *opval = reg;
1324 /* If it isn't in the insn, it's concealed behind reg 'c'. */