Searched refs:num_vals (Results 1 – 1 of 1) sorted by relevance
5098 unsigned int uval, num_vals; in match_mapped_int_operand() local5105 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() local5164 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() local5196 num_vals = 1 << operand_base->size; in match_reg_pair_operand()[all …]