Home | History | Annotate | Download | only in config

Lines Matching defs:asi

2976 		int asi = 0;
2978 /* Parse an asi. */
2983 error_message = _(": invalid ASI name");
2986 asi = sasi->value;
2990 if (! parse_const_expr_arg (&s, &asi))
2992 error_message = _(": invalid ASI expression");
2995 if (asi < 0 || asi > 255)
2997 error_message = _(": invalid ASI number");
3001 opcode |= ASI (asi);
3054 if (!startswith (s, "%asi"))
3190 /* Include the ASI architecture needed as well */
3365 things like %asi, etc. but continuing that route through to the end