Searched refs:num_vals (Results 1 – 1 of 1) sorted by relevance
5114 unsigned int uval, num_vals; in match_mapped_int_operand() local5121 num_vals = 1 << operand_base->size; in match_mapped_int_operand()5122 for (uval = 0; uval < num_vals; uval++) in match_mapped_int_operand()5125 if (uval == num_vals) in match_mapped_int_operand()5231 unsigned int regno, uval, num_vals; in match_reg_operand() local5239 num_vals = 1 << operand->root.size; in match_reg_operand()5240 for (uval = 0; uval < num_vals; uval++) in match_reg_operand()5243 if (num_vals == uval) in match_reg_operand()5270 unsigned int regno1, regno2, uval, num_vals; in match_reg_pair_operand() local5278 num_vals = 1 << operand_base->size; in match_reg_pair_operand()[all …]