Searched refs:first_reg (Results 1 – 2 of 2) sorted by relevance
2210 const int first_reg = opnd->reglist.first_regno; in print_register_list() local2211 const int last_reg = (first_reg + num_regs - 1) & 0x1f; in print_register_list()2227 if (num_regs > 2 && last_reg > first_reg) in print_register_list()2228 snprintf (buf, size, "{v%d.%s-v%d.%s}%s", first_reg, qlf_name, in print_register_list()2232 const int reg0 = first_reg; in print_register_list()2233 const int reg1 = (first_reg + 1) & 0x1f; in print_register_list()2234 const int reg2 = (first_reg + 2) & 0x1f; in print_register_list()2235 const int reg3 = (first_reg + 3) & 0x1f; in print_register_list()
1600 tic6x_register first_reg, second_reg; in tic6x_parse_operand() local1604 reg_ok = tic6x_parse_register (&rq, &first_reg); in tic6x_parse_operand()1618 || (first_reg.num != second_reg.num + 1) in tic6x_parse_operand()1619 || (first_reg.side != second_reg.side)) in tic6x_parse_operand()1636 op->value.reg = first_reg; in tic6x_parse_operand()1644 if (first_reg.num >= tic6x_num_registers) in tic6x_parse_operand()1646 first_reg.num); in tic6x_parse_operand()