Lines Matching refs:operand_base

5009 		   const struct mips_operand *operand_base)  in match_int_operand()  argument
5016 operand = (const struct mips_int_operand *) operand_base; in match_int_operand()
5021 if (operand_base->lsb == 0 in match_int_operand()
5022 && operand_base->size == 16 in match_int_operand()
5057 max_val = ((1 << operand_base->size) - 1) << operand->shift; in match_int_operand()
5103 insn_insert_operand (arg->insn, operand_base, uval); in match_int_operand()
5111 const struct mips_operand *operand_base) in match_mapped_int_operand() argument
5117 operand = (const struct mips_mapped_int_operand *) operand_base; in match_mapped_int_operand()
5121 num_vals = 1 << operand_base->size; in match_mapped_int_operand()
5131 insn_insert_operand (arg->insn, operand_base, uval); in match_mapped_int_operand()
5139 const struct mips_operand *operand_base) in match_msb_operand() argument
5145 operand = (const struct mips_msb_operand *) operand_base; in match_msb_operand()
5147 max_val = min_val + (1 << operand_base->size) - 1; in match_msb_operand()
5161 insn_insert_operand (arg->insn, operand_base, sval - min_val); in match_msb_operand()
5170 const struct mips_operand *operand_base) in match_string_operand() argument
5180 operand = (const struct mips_mapped_string_operand *) operand_base; in match_string_operand()
5194 for (i = 0 ; i < (1 << operand_base->size) ; i++) in match_string_operand()
5213 if (store_val >= (unsigned int) (1 << operand_base->size)) in match_string_operand()
5219 insn_insert_operand (arg->insn, operand_base, store_val); in match_string_operand()
5228 const struct mips_operand *operand_base) in match_reg_operand() argument
5233 operand = (const struct mips_reg_operand *) operand_base; in match_reg_operand()
5249 if (operand_base->size > 0 in match_reg_operand()
5250 && uval >= (unsigned int) (1 << operand_base->size)) in match_reg_operand()
5259 insn_insert_operand (arg->insn, operand_base, uval); in match_reg_operand()
5267 const struct mips_operand *operand_base) in match_reg_pair_operand() argument
5272 operand = (const struct mips_reg_pair_operand *) operand_base; in match_reg_pair_operand()
5278 num_vals = 1 << operand_base->size; in match_reg_pair_operand()
5285 insn_insert_operand (arg->insn, operand_base, uval); in match_reg_pair_operand()
5374 const struct mips_operand *operand_base) in match_check_prev_operand() argument
5379 operand = (const struct mips_check_prev_operand *) operand_base; in match_check_prev_operand()
5392 insn_insert_operand (arg->insn, operand_base, regno); in match_check_prev_operand()