Searched refs:match_regno (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 4935 match_regno (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_regno() function 4957 && match_regno (arg, type, arg->token->u.regno, regno)) in match_reg() 4979 && match_regno (arg, type, arg->token->u.reg_range.regno1, regno1) in match_reg_range() 4980 && match_regno (arg, type, arg->token->u.reg_range.regno2, regno2) in match_reg_range() 5623 if (!match_regno (arg, OP_REG_VEC, arg->token->u.regno, ®no)) in match_mdmx_imm_reg_operand() 5712 if (!match_regno (arg, OP_REG_GP, arg->token->u.regno, ®no)) in match_reg_index_operand()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 811 (match_regno, match_reg, match_reg_range): New functions. 819 match_const_int. Rely on match_regno to call check_regno.
|