Home
last modified time | relevance | path

Searched refs:num_vals (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c5098 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()
[all …]