Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-mips.c1034 static size_t my_getSmallExpression
9834 if (my_getSmallExpression (&imm_expr, imm_reloc, s) == 0) in mips_ip()
9892 if (my_getSmallExpression (&offset_expr, offset_reloc, s) == 0 in mips_ip()
9908 if (my_getSmallExpression (&imm_expr, imm_reloc, s) == 0 in mips_ip()
10356 i = my_getSmallExpression (&imm_expr, imm_reloc, s); in mips16_ip()
10977 my_getSmallExpression (expressionS *ep, bfd_reloc_code_real_type *reloc, in my_getSmallExpression() function
/trueos/contrib/binutils/gas/
HDChangeLog-02032649 (my_getSmallExpression): Set it.
2691 * config/tc-mips.c (my_getSmallExpression): Rework bracket handling.
2724 relocation handling into my_getSmallExpression. Assume that the
5716 (my_getSmallExpression): Likewise.
7320 (my_getSmallExpression): Fix handling of closing parentheses.
HDChangeLog-0001727 my_getSmallExpression.
732 (my_getSmallExpression): Rewite to support nested percent_ops.
1121 (my_getSmallExpression): Use ISDIGIT/TOLOWER instead of
1550 * config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression()
1556 (my_getSmallExpression): Make parsing case insensitive and more
HDChangeLog-98991567 (my_getSmallExpression,get_number,s_mips_ent): Ditto.
HDChangeLog-92959001 (my_getSmallExpression): Handle ($xx) correctly: assume 0($xx).