Lines Matching refs:channels
2840 unsigned int channels, symval, bit; in mips_parse_register() local
2849 channels = 0; in mips_parse_register()
2864 channels |= bit; in mips_parse_register()
2867 if (channels == 0 in mips_parse_register()
2876 *channels_ptr = channels; in mips_parse_register()
2913 mips_parse_vu0_channels (char *s, unsigned int *channels) in mips_parse_vu0_channels() argument
2917 *channels = 0; in mips_parse_vu0_channels()
2921 *channels |= 1 << (3 - i); in mips_parse_vu0_channels()
2972 unsigned int channels; member
3025 unsigned int regno, channels; in mips_parse_base_start() local
3045 if (!mips_parse_register (&s, ®no, &channels)) in mips_parse_base_start()
3060 if (channels) in mips_parse_base_start()
3062 token.u.channels = channels; in mips_parse_base_start()
3087 unsigned int regno1, regno2, channels; in mips_parse_argument_token() local
3106 if (mips_parse_register (&s, ®no1, &channels)) in mips_parse_argument_token()
3108 if (channels) in mips_parse_argument_token()
3114 token.u.channels = channels; in mips_parse_argument_token()
6041 uval = arg->token->u.channels; in match_vu0_suffix_operand()