Lines Matching refs:num_vals
5098 unsigned int uval, num_vals; in match_mapped_int_operand() local
5105 num_vals = 1 << operand_base->size; in match_mapped_int_operand()
5106 for (uval = 0; uval < num_vals; uval++) in match_mapped_int_operand()
5109 if (uval == num_vals) in match_mapped_int_operand()
5156 unsigned int regno, uval, num_vals; in match_reg_operand() local
5164 num_vals = 1 << operand->root.size; in match_reg_operand()
5165 for (uval = 0; uval < num_vals; uval++) in match_reg_operand()
5168 if (num_vals == uval) in match_reg_operand()
5188 unsigned int regno1, regno2, uval, num_vals; in match_reg_pair_operand() local
5196 num_vals = 1 << operand_base->size; in match_reg_pair_operand()
5197 for (uval = 0; uval < num_vals; uval++) in match_reg_pair_operand()
5200 if (uval == num_vals) in match_reg_pair_operand()