Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c1533 bfd_boolean reg_ok; in tic6x_parse_operand() local
1536 reg_ok = tic6x_parse_register (&rq, &offset_reg); in tic6x_parse_operand()
1537 if (reg_ok) in tic6x_parse_operand()
1601 bfd_boolean reg_ok; in tic6x_parse_operand() local
1604 reg_ok = tic6x_parse_register (&rq, &first_reg); in tic6x_parse_operand()
1606 if (reg_ok) in tic6x_parse_operand()
1611 reg_ok = tic6x_parse_register (&rq, &second_reg); in tic6x_parse_operand()
1612 if (reg_ok) in tic6x_parse_operand()
4561 bfd_boolean reg_ok; in tic6x_regname_to_dw2regnum() local
4565 reg_ok = tic6x_parse_register (&rq, &reg); in tic6x_regname_to_dw2regnum()
[all …]