Lines Matching defs:FAIL

40 #define FAIL	               0x80000000
805 retval = (int) FAIL;
824 return (int) FAIL;
840 return (int) FAIL;
849 int reg = (int) FAIL;
852 if ((reg = score_reg_parse (str, all_reg_maps[reg_type].htab)) != (int) FAIL)
897 return (int) FAIL;
904 return (int) FAIL;
908 return comma ? SUCCESS : (int) FAIL;
916 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
917 || skip_past_comma (&str) == (int) FAIL
918 || reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL
919 || skip_past_comma (&str) == (int) FAIL
920 || reg_required_here (&str, 10, REG_TYPE_SCORE) == (int) FAIL
921 || end_of_line (str) == (int) FAIL)
975 return (int) FAIL;
988 return (int) FAIL;
1004 return (int) FAIL;
1048 return (int) FAIL;
1055 return (int) FAIL;
1067 return (int) FAIL;
1074 return (int) FAIL;
1093 return (int) FAIL;
1124 if (my_get_expression (&inst.reloc.exp, &pp) == (int) FAIL)
1125 return (int) FAIL;
1128 return (int) FAIL; /* to ouptut_inst to printf out the error */
1133 if (my_get_expression (&inst.reloc.exp, str) == (int) FAIL)
1135 return (int) FAIL;
1184 return (int) FAIL;
1202 return (int) FAIL;
1210 return (int) FAIL;
1245 if (value == (int) FAIL) /* for advance to check if this is ldis */
1258 if (value == (int) FAIL)
1276 return (int) FAIL;
1311 return (int) FAIL;
1325 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
1326 || skip_past_comma (&str) == (int) FAIL
1327 || data_op2 (&str, 1, _SIMM16) == (int) FAIL
1328 || end_of_line (str) == (int) FAIL)
1358 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1359 && skip_past_comma (&str) != (int) FAIL
1360 && data_op2 (&str, 1, _SIMM16_NEG) != (int) FAIL)
1371 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1372 && skip_past_comma (&str) != (int) FAIL
1373 && reg_required_here (&str, 15, REG_TYPE_SCORE) != (int) FAIL
1374 && skip_past_comma (&str) != (int) FAIL)
1384 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1385 && skip_past_comma (&str) != (int) FAIL
1386 && reg_required_here (&str, 15, REG_TYPE_SCORE) != (int) FAIL
1387 && skip_past_comma (&str) != (int) FAIL
1388 && data_op2 (&str, 1, _SIMM14_NEG) != (int) FAIL)
1398 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
1399 || skip_past_comma (&str) == (int) FAIL
1400 || reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL
1401 || skip_past_comma (&str) == (int) FAIL
1402 || data_op2 (&str, 10, _IMM5) == (int) FAIL
1403 || end_of_line (str) == (int) FAIL)
1423 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1424 && skip_past_comma (&str) != (int) FAIL
1425 && reg_required_here (&str, 15, REG_TYPE_SCORE) != (int) FAIL
1426 && skip_past_comma (&str) != (int) FAIL
1427 && data_op2 (&str, 1, _IMM14) != (int) FAIL)
1437 if (reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL
1438 || skip_past_comma (&str) == (int) FAIL
1439 || data_op2 (&str, 10, _IMM5) == (int) FAIL
1440 || end_of_line (str) == (int) FAIL)
1458 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
1459 || skip_past_comma (&str) == (int) FAIL
1460 || data_op2 (&str, 1, _IMM16) == (int) FAIL
1461 || end_of_line (str) == (int) FAIL)
1477 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1478 && skip_past_comma (&str) != (int) FAIL)
1488 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1489 && skip_past_comma (&str) != (int) FAIL)
1500 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1501 && skip_past_comma (&str) != (int) FAIL
1502 && data_op2 (&str, 1, _IMM16_pic) != (int) FAIL)
1513 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1514 && skip_past_comma (&str) != (int) FAIL
1515 && data_op2 (&str, 1, _SIMM16_pic) != (int) FAIL)
1526 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1527 && skip_past_comma (&str) != (int) FAIL
1528 && data_op2 (&str, 1, _IMM16_LO16_pic) != (int) FAIL)
1539 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL)
1548 if (reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL
1549 || end_of_line (str) == (int) FAIL)
1566 if (data_op2 (&str, 10, _IMM15) != (int) FAIL)
1575 if (data_op2 (&str, 15, _IMM5) == (int) FAIL || end_of_line (str) == (int) FAIL)
1590 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
1591 || skip_past_comma (&str) == (int) FAIL
1592 || reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL
1593 || end_of_line (str) == (int) FAIL)
1644 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1645 && skip_past_comma (&str) != (int) FAIL
1646 && reg_required_here (&str, 15, REG_TYPE_SCORE_CR) != (int) FAIL)
1660 if (reg_required_here (&str, 20, REG_TYPE_SCORE) != (int) FAIL
1661 && skip_past_comma (&str) != (int) FAIL
1662 && reg_required_here (&str, 10, REG_TYPE_SCORE_SR) != (int) FAIL)
1667 if (reg_required_here (&str, 15, REG_TYPE_SCORE) != (int) FAIL
1668 && skip_past_comma (&str) != (int) FAIL)
1680 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
1681 || skip_past_comma (&str) == (int) FAIL
1682 || reg_required_here (&str, 10, REG_TYPE_SCORE) == (int) FAIL
1683 || end_of_line (str) == (int) FAIL)
1702 if (reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL
1703 || skip_past_comma (&str) == (int) FAIL
1704 || reg_required_here (&str, 10, REG_TYPE_SCORE) == (int) FAIL
1705 || end_of_line (str) == (int) FAIL)
1726 if (data_op2 (&str, 20, _IMM5) == (int) FAIL
1727 || skip_past_comma (&str) == (int) FAIL
1728 || reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL
1729 || skip_past_comma (&str) == (int) FAIL
1730 || reg_required_here (&str, 10, REG_TYPE_SCORE) == (int) FAIL
1731 || skip_past_comma (&str) == (int) FAIL
1732 || data_op2 (&str, 5, _IMM5) == (int) FAIL
1733 || skip_past_comma (&str) == (int) FAIL
1734 || data_op2 (&str, 0, _IMM5) == (int) FAIL
1735 || end_of_line (str) == (int) FAIL)
1742 if (data_op2 (&str, 0, _IMM25) == (int) FAIL)
1754 if ((reg = score_reg_parse (str, all_reg_maps[REG_TYPE_SCORE].htab)) != (int) FAIL)
1774 return (int) FAIL;
1783 if (reglow_required_here (&str, 8) == (int) FAIL
1784 || skip_past_comma (&str) == (int) FAIL
1785 || reglow_required_here (&str, 4) == (int) FAIL
1786 || end_of_line (str) == (int) FAIL)
1818 if ((rd = reglow_required_here (&str, 4)) == (int) FAIL
1819 || end_of_line (str) == (int) FAIL)
1836 if (reglow_required_here (&str, 4) == (int) FAIL || end_of_line (str) == (int) FAIL)
1855 if ((reg = score_reg_parse (str, all_reg_maps[REG_TYPE_SCORE].htab)) != (int) FAIL)
1869 return (int) FAIL;
1878 if (reghigh_required_here (&str, 8) != (int) FAIL
1879 && skip_past_comma (&str) != (int) FAIL
1880 && reglow_required_here (&str, 4) != (int) FAIL
1881 && end_of_line (str) != (int) FAIL)
1895 if (reglow_required_here (&str, 8) != (int) FAIL
1896 && skip_past_comma (&str) != (int) FAIL
1897 && reghigh_required_here (&str, 4) != (int) FAIL
1898 && end_of_line (str) != (int) FAIL)
2154 enum insn_class retval = (int) FAIL;
2430 retval = (int) FAIL;
2451 if ((reg_rd = reg_required_here (&str, 8, REG_TYPE_SCORE)) == (int) FAIL
2452 || skip_past_comma (&str) == (int) FAIL
2453 || (reg_rs = reg_required_here (&str, 4, REG_TYPE_SCORE)) == (int) FAIL
2454 || end_of_line (str) == (int) FAIL)
2474 if (append_insn (append_str, TRUE) == (int) FAIL)
2493 if (append_insn (append_str, TRUE) == (int) FAIL)
2508 if (reglow_required_here (&str, 8) == (int) FAIL
2509 || skip_past_comma (&str) == (int) FAIL
2510 || data_op2 (&str, 3, _IMM4) == (int) FAIL
2511 || end_of_line (str) == (int) FAIL)
2551 if (reglow_required_here (&str, 8) == (int) FAIL
2552 || skip_past_comma (&str) == (int) FAIL
2553 || data_op2 (&str, 3, _IMM5) == (int) FAIL
2554 || end_of_line (str) == (int) FAIL)
2570 if (data_op2 (&str, 3, _IMM5) == (int) FAIL || end_of_line (str) == (int) FAIL)
2589 return (int) FAIL;
2597 return (int) FAIL;
2629 if (my_get_expression (&inst.reloc.exp, str) == (int) FAIL)
2630 return (int) FAIL;
2637 if (value == (int) FAIL)
2638 return (int) FAIL;
2641 if (value == (int) FAIL)
2654 return (int) FAIL;
2696 if (((conflict_reg = reg_required_here (&str, 20, REG_TYPE_SCORE)) == (int) FAIL)
2697 || (skip_past_comma (&str) == (int) FAIL))
2706 if ((reg = reg_required_here (&str, 15, REG_TYPE_SCORE)) == (int) FAIL)
2724 if ((exp_ldst_offset (&str, 3, _SIMM12) == (int) FAIL)
2725 || (end_of_line (str) == (int) FAIL))
2777 if (end_of_line (str) == (int) FAIL)
2796 if (end_of_line (str) == (int) FAIL)
2853 if (skip_past_comma (&str) == (int) FAIL)
2859 if (my_get_expression (&inst.reloc.exp, &str) == (int) FAIL)
2891 if (end_of_line (str) == (int) FAIL)
2924 if (value == (int) FAIL)
3195 if ((data_op2 (&str, 20, _IMM5) == (int) FAIL) || (skip_past_comma (&str) == (int) FAIL))
3212 if (reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL)
3218 if (skip_past_comma (&str) == (int) FAIL)
3231 if (exp_ldst_offset (&str, 0, _SIMM15) == (int) FAIL)
3244 if (end_of_line (str) == (int) FAIL)
3261 if (reg_required_here (&str, 20, REG_TYPE_SCORE_CR) == (int) FAIL
3262 || skip_past_comma (&str) == (int) FAIL
3263 || reg_required_here (&str, 15, REG_TYPE_SCORE_CR) == (int) FAIL
3264 || skip_past_comma (&str) == (int) FAIL
3265 || reg_required_here (&str, 10, REG_TYPE_SCORE_CR) == (int) FAIL
3266 || skip_past_comma (&str) == (int) FAIL)
3270 if (data_op2 (&str, 5, _IMM20) == (int) FAIL)
3275 if (data_op2 (&str, 5, _IMM5) == (int) FAIL)
3288 if ((reg_required_here (&str, 15, REG_TYPE_SCORE_CR) == (int) FAIL)
3289 || (skip_past_comma (&str) == (int) FAIL))
3297 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL)
3304 if (exp_ldst_offset (&str, 5, _IMM10_RSHIFT_2) == (int) FAIL)
3326 if ((reglow_required_here (&str, 8) == (int) FAIL) || (skip_past_comma (&str) == (int) FAIL))
3336 if ((reg = reglow_required_here (&str, 4)) == (int) FAIL)
3342 if (end_of_line (str) == (int) FAIL)
3370 int assign_data = (int) FAIL;
3375 if (((reg_rd = reglow_required_here (&str, 8)) == (int) FAIL)
3376 || (skip_past_comma (&str) == (int) FAIL))
3404 if ((assign_data == (int) FAIL) || (end_of_line (pp) == (int) FAIL))
3443 if (((reg_rd = reg_required_here (&str, 8, REG_TYPE_SCORE)) == (int) FAIL)
3444 || (skip_past_comma (&str) == (int) FAIL))
3461 if ((reg = reg_required_here (&str, 4, REG_TYPE_SCORE)) == (int) FAIL)
3472 if ((*str++ != ']') || (end_of_line (str) == (int) FAIL))
3536 if (reg_required_here (&str, 15, REG_TYPE_SCORE) == (int) FAIL)
3553 if (end_of_line (str) == (int) FAIL)
3559 if (((conflict_reg = reg_required_here (&str, 20, REG_TYPE_SCORE)) == (int) FAIL)
3560 || (skip_past_comma (&str) == (int) FAIL))
3571 if ((reg = reg_required_here (&str, 15, REG_TYPE_SCORE)) == (int) FAIL)
3598 if (end_of_line (str) == (int) FAIL)
3627 if ((reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL)
3628 || (skip_past_comma (&str) == (int) FAIL))
3641 if ((reg = reg_required_here (&str, 15, REG_TYPE_SCORE)) == (int) FAIL)
3785 if (append_insn (tmp, FALSE) == (int) FAIL)
3799 if (append_insn (tmp, FALSE) == (int) FAIL)
3809 if (append_insn (tmp, TRUE) == (int) FAIL)
3818 if (append_insn (tmp, FALSE) == (int) FAIL)
3826 if (append_insn (tmp, FALSE) == (int) FAIL)
3839 if (append_insn (tmp, TRUE) == (int) FAIL)
3848 if (append_insn (tmp, FALSE) == (int) FAIL)
3861 if (append_insn (tmp, FALSE) == (int) FAIL)
3873 if (append_insn (tmp, FALSE) == (int) FAIL)
3881 if (append_insn (tmp, FALSE) == (int) FAIL)
3889 if (append_insn (tmp, TRUE) == (int) FAIL)
3906 if ((reg_rd = reg_required_here (&str, 20, REG_TYPE_SCORE)) == (int) FAIL
3907 || skip_past_comma (&str) == (int) FAIL)
3917 if (data_op2 (&str, 1, _SIMM16_LA) != (int) FAIL)
3927 if ((data_op2 (&str, 1, _VALUE_HI16) == (int) FAIL)
3928 || (end_of_line (str) == (int) FAIL))
3937 if (append_insn (append_str, TRUE) == (int) FAIL)
3941 if (append_insn (append_str, TRUE) == (int) FAIL)
3964 if ((reg_rd = reg_required_here (&str, 20, REG_TYPE_SCORE)) == (int) FAIL
3965 || skip_past_comma (&str) == (int) FAIL)
3974 if (data_op2 (&str, 1, _SIMM16_LA) != (int) FAIL)
3986 if ((data_op2 (&str, 1, _VALUE_HI16) == (int) FAIL)
3987 || (end_of_line (str) == (int) FAIL))
4000 if (append_insn (append_str, TRUE) == (int) FAIL)
4005 if (append_insn (append_str, TRUE) == (int) FAIL)
4032 if (((reg_rd = reg_required_here (&backupstr, -1, REG_TYPE_SCORE)) == (int) FAIL)
4033 || (skip_past_comma (&backupstr) == (int) FAIL)
4034 || ((reg_rs1 = reg_required_here (&backupstr, -1, REG_TYPE_SCORE)) == (int) FAIL))
4040 if (skip_past_comma (&backupstr) == (int) FAIL)
4057 if (((reg_rs2 = reg_required_here (&backupstr, -1, REG_TYPE_SCORE)) == (int) FAIL)
4058 || (end_of_line (backupstr) == (int) FAIL))
4083 if (append_insn (append_str, TRUE) == (int) FAIL)
4087 if (append_insn (append_str1, TRUE) == (int) FAIL)
4113 if ((reg_rd = reg_required_here (&backupstr, -1, REG_TYPE_SCORE)) == (int) FAIL)
4117 if (skip_past_comma (&backupstr) == (int) FAIL)
4211 if (append_insn (tmp, FALSE) == (int) FAIL)
4223 if (append_insn (tmp, FALSE) == (int) FAIL)
4231 if (append_insn (tmp, TRUE) == (int) FAIL)
4267 if ((reg_rd = reg_required_here (&backup_str, -1, REG_TYPE_SCORE)) == (int) FAIL)
4270 if (skip_past_comma (&backup_str) == (int) FAIL)
4286 if ((my_get_expression (&inst.reloc.exp, &backup_str) == (int) FAIL)
4287 || (validate_immediate (inst.reloc.exp.X_add_number, _VALUE, 0) == (int) FAIL)
4288 || (end_of_line (backup_str) == (int) FAIL))
4305 if ((data_op2 (&backup_str, 1, _GP_IMM15) == (int) FAIL)
4306 || (end_of_line (backup_str) == (int) FAIL))
4363 if (append_insn (append_str[i], FALSE) == (int) FAIL)
4441 if (((reg_rd = reg_required_here (&str, 20, REG_TYPE_SCORE)) == (int) FAIL)
4442 || (skip_past_comma (&str) == (int) FAIL)
4443 || (my_get_expression (&inst.reloc.exp, &str) == (int) FAIL)
4444 || (end_of_line (str) == (int) FAIL))
4478 if (end_of_line (str) == (int) FAIL)
4500 if (my_get_expression (&inst.reloc.exp, &str) == (int) FAIL
4501 || end_of_line (str) == (int) FAIL)
4528 if (my_get_expression (&inst.reloc.exp, &str) == (int) FAIL
4529 || end_of_line (str) == (int) FAIL)
4554 if (my_get_expression (&inst.reloc.exp, &str) == (int) FAIL
4555 || end_of_line (str) == (int) FAIL)
4593 if ((my_get_expression (&inst.reloc.exp, &str) == (int) FAIL
4594 || end_of_line (str) == (int) FAIL))
6231 if ((reg = reg_required_here (&input_line_pointer, -1, REG_TYPE_SCORE)) == (int) FAIL)
6237 if (append_insn (insn_str, TRUE) == (int) FAIL)
6241 if (append_insn (insn_str, TRUE) == (int) FAIL)
6245 if (append_insn (insn_str, TRUE) == (int) FAIL)
6267 if ((reg = reg_required_here (&input_line_pointer, -1, REG_TYPE_SCORE)) == (int) FAIL
6268 || skip_past_comma (&input_line_pointer) == (int) FAIL)
6278 if (append_insn (insn_str, TRUE) == (int) FAIL)
6289 if (append_insn (insn_str, TRUE) == (int) FAIL)
6293 if (append_insn (insn_str, TRUE) == (int) FAIL)
6297 if (append_insn (insn_str, TRUE) == (int) FAIL)
6348 if ((reg = reg_required_here (&input_line_pointer, -1, REG_TYPE_SCORE)) == (int) FAIL)
6356 if (append_insn (insn_str, TRUE) == (int) FAIL)