Lines Matching refs:channels
2808 unsigned int channels, symval, bit; in mips_parse_register() local
2817 channels = 0; in mips_parse_register()
2832 channels |= bit; in mips_parse_register()
2835 if (channels == 0 in mips_parse_register()
2844 *channels_ptr = channels; in mips_parse_register()
2881 mips_parse_vu0_channels (char *s, unsigned int *channels) in mips_parse_vu0_channels() argument
2885 *channels = 0; in mips_parse_vu0_channels()
2889 *channels |= 1 << (3 - i); in mips_parse_vu0_channels()
2940 unsigned int channels; member
2993 unsigned int regno, channels; in mips_parse_base_start() local
3013 if (!mips_parse_register (&s, ®no, &channels)) in mips_parse_base_start()
3028 if (channels) in mips_parse_base_start()
3030 token.u.channels = channels; in mips_parse_base_start()
3056 unsigned int regno1, regno2, channels; in mips_parse_argument_token() local
3075 if (mips_parse_register (&s, ®no1, &channels)) in mips_parse_argument_token()
3077 if (channels) in mips_parse_argument_token()
3083 token.u.channels = channels; in mips_parse_argument_token()
5941 uval = arg->token->u.channels; in match_vu0_suffix_operand()