Lines Matching refs:nbits
1752 getconstant (long x, int nbits) in getconstant() argument
1756 return (x & ((((1 << (nbits - 1)) - 1) << 1) | 1)); in getconstant()
1765 print_constant (int nbits, int shift, argument *arg) in print_constant() argument
1769 long constant = getconstant (arg->constant, nbits); in print_constant()
1771 switch (nbits) in print_constant()
1779 mask = (1 << (nbits - 16)) - 1; in print_constant()
1792 if ((nbits == 21) && (IS_INSN_TYPE (LD_STOR_INS))) nbits = 20; in print_constant()
1800 mask = (1 << (nbits - 16)) - 1; in print_constant()
1876 print_operand (int nbits, int shift, argument *arg) in print_operand() argument
1922 print_constant (nbits, shift, arg); in print_operand()
1937 print_constant (nbits, shift, arg); in print_operand()
1942 print_constant (nbits, shift, arg); in print_operand()
1950 print_constant (nbits, shift , arg); in print_operand()
1956 print_constant (nbits, shift , arg); in print_operand()