Searched refs:match_const_int (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2013 | 447 (match_const_int): Remove fallback parameter and check for soft_match. 458 match if match_const_int or match_float_constant return false. 809 (match_const_int): Use match_expression. Remove "s" argument 819 match_const_int. Rely on match_regno to call check_regno. 870 (match_const_int, convert_reg_type, check_regno, match_int_operand)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 4807 match_const_int (struct mips_arg_info *arg, offsetT *value) in match_const_int() function 5064 if (!match_const_int (arg, &sval)) in match_int_operand() 5118 if (!match_const_int (arg, &sval)) in match_mapped_int_operand() 5150 if (!match_const_int (arg, &size)) in match_msb_operand() 5307 if (!match_const_int (arg, &sval)) in match_perf_reg_operand() 5333 if (!match_const_int (arg, &sval)) in match_addiusp_operand() 5557 if (!match_const_int (arg, &frame_size)) in match_save_restore_list_operand() 5744 if (!match_const_int (arg, &sval)) in match_mdmx_imm_reg_operand() 5791 if (!match_const_int (arg, &sval)) in match_mxu_stride_operand() 7951 if (!match_const_int (&arg, &imm_expr.X_add_number)) in match_insn() [all …]
|