Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c5114 unsigned int uval, num_vals; in match_mapped_int_operand() local
5121 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() local
5239 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() local
5278 num_vals = 1 << operand_base->size; in match_reg_pair_operand()
[all …]