Searched refs:match_expression (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 438 * config/tc-mips.c (match_expression): Report uses of registers here. 808 (match_char, match_expression): New functions. 809 (match_const_int): Use match_expression. Remove "s" argument
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 4754 match_expression (struct mips_arg_info *arg, expressionS *value, in match_expression() function 4802 if (!match_expression (arg, &ex, r)) in match_const_int() 5012 if (!match_expression (arg, &offset_expr, offset_reloc)) in match_int_operand() 5214 return match_expression (arg, &offset_expr, r) && r[0] == BFD_RELOC_UNUSED; in match_pcrel_operand() 7864 if (!match_expression (&arg, &offset_expr, offset_reloc)) in match_insn() 8097 || !match_expression (&arg, &offset_expr, offset_reloc)) in match_mips16_insn()
|