Searched refs:alpha_num_operands (Results 1 – 6 of 6) sorted by relevance
138 extern const unsigned alpha_num_operands;
1026 (alpha_num_operands): Ditto.
329 const unsigned alpha_num_operands = sizeof(alpha_operands)/sizeof(*alpha_operands); variable
60 (alpha_num_operands): Convert to unsigned.
5944 gas_assert (-(int) fixP->fx_r_type < (int) alpha_num_operands); in md_apply_fix()
212 (md_apply_fix): Cast alpha_num_operands to int before testing.