Home
last modified time | relevance | path

Searched refs:second_reg (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c1600 tic6x_register first_reg, second_reg; in tic6x_parse_operand() local
1611 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()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2013265 * config/tc-tic6x.c (tic6x_parse_operand): Initialise second_reg.