Lines Matching refs:operand_base

4993 		   const struct mips_operand *operand_base)  in match_int_operand()  argument
5000 operand = (const struct mips_int_operand *) operand_base; in match_int_operand()
5005 if (operand_base->lsb == 0 in match_int_operand()
5006 && operand_base->size == 16 in match_int_operand()
5041 max_val = ((1 << operand_base->size) - 1) << operand->shift; in match_int_operand()
5087 insn_insert_operand (arg->insn, operand_base, uval); in match_int_operand()
5095 const struct mips_operand *operand_base) in match_mapped_int_operand() argument
5101 operand = (const struct mips_mapped_int_operand *) operand_base; in match_mapped_int_operand()
5105 num_vals = 1 << operand_base->size; in match_mapped_int_operand()
5115 insn_insert_operand (arg->insn, operand_base, uval); in match_mapped_int_operand()
5123 const struct mips_operand *operand_base) in match_msb_operand() argument
5129 operand = (const struct mips_msb_operand *) operand_base; in match_msb_operand()
5131 max_val = min_val + (1 << operand_base->size) - 1; in match_msb_operand()
5145 insn_insert_operand (arg->insn, operand_base, sval - min_val); in match_msb_operand()
5153 const struct mips_operand *operand_base) in match_reg_operand() argument
5158 operand = (const struct mips_reg_operand *) operand_base; in match_reg_operand()
5177 insn_insert_operand (arg->insn, operand_base, uval); in match_reg_operand()
5185 const struct mips_operand *operand_base) in match_reg_pair_operand() argument
5190 operand = (const struct mips_reg_pair_operand *) operand_base; in match_reg_pair_operand()
5196 num_vals = 1 << operand_base->size; in match_reg_pair_operand()
5203 insn_insert_operand (arg->insn, operand_base, uval); in match_reg_pair_operand()
5292 const struct mips_operand *operand_base) in match_check_prev_operand() argument
5297 operand = (const struct mips_check_prev_operand *) operand_base; in match_check_prev_operand()
5310 insn_insert_operand (arg->insn, operand_base, regno); in match_check_prev_operand()