Home | History | Annotate | Download | only in config

Lines Matching defs:size_bits

1522   int size_bits;
1757 if (! get_bwd_size_modifier (&s, &size_bits))
1761 switch (size_bits)
1781 || ! get_bwd_size_modifier (&s, &size_bits))
1785 out_insnp->opcode |= size_bits << 4;
2002 || ! get_bwd_size_modifier (&s, &size_bits))
2006 out_insnp->opcode |= (regno << 12) | (size_bits << 4);
2045 if (! get_bw_size_modifier (&s, &size_bits))
2049 out_insnp->opcode |= size_bits << 4;
2167 switch (size_bits)
2677 int size_bits;
2711 if (! get_bwd_size_modifier (cPP, &size_bits))
2714 prefixp->opcode |= size_bits << 4;
2724 int size_bits;
2732 if (! get_bwd_size_modifier (cPP, &size_bits))
2739 prefixp->opcode |= size_bits << 4;
2923 int size_bits;
2953 if (! get_bwd_size_modifier (cPP, &size_bits))
2956 prefixp->opcode |= size_bits << 4;
2969 int size_bits;
2977 if (! get_bwd_size_modifier (cPP, &size_bits))
2983 prefixp->opcode |= size_bits << 4;