Lines Matching refs:reg_ok
1533 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, ®); in tic6x_regname_to_dw2regnum()
4567 if (!reg_ok) in tic6x_regname_to_dw2regnum()