Searched refs:match_regno (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 4951 match_regno (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_regno() function 4973 && match_regno (arg, type, arg->token->u.regno, regno)) in match_reg() 4995 && match_regno (arg, type, arg->token->u.reg_range.regno1, regno1) in match_reg_range() 4996 && match_regno (arg, type, arg->token->u.reg_range.regno2, regno2) in match_reg_range() 5705 if (!match_regno (arg, OP_REG_VEC, arg->token->u.regno, ®no)) in match_mdmx_imm_reg_operand() 5812 if (!match_regno (arg, OP_REG_GP, arg->token->u.regno, ®no)) in match_reg_index_operand()
|
/toolchain/binutils/binutils-2.25/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.
|