Searched refs:second_reg (Results 1 – 2 of 2) sorted by relevance
1600 tic6x_register first_reg, second_reg; in tic6x_parse_operand() local1611 reg_ok = tic6x_parse_register (&rq, &second_reg); in tic6x_parse_operand()1617 if ((second_reg.num & 1) 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()1624 op->value.reg = second_reg; in tic6x_parse_operand()1648 && second_reg.num >= tic6x_num_registers) in tic6x_parse_operand()1650 second_reg.num); in tic6x_parse_operand()
265 * config/tc-tic6x.c (tic6x_parse_operand): Initialise second_reg.