Lines Matching defs:asi
2975 int asi = 0;
2977 /* Parse an asi. */
2982 error_message = _(": invalid ASI name");
2985 asi = sasi->value;
2989 if (! parse_const_expr_arg (&s, &asi))
2991 error_message = _(": invalid ASI expression");
2994 if (asi < 0 || asi > 255)
2996 error_message = _(": invalid ASI number");
3000 opcode |= ASI (asi);
3053 if (!startswith (s, "%asi"))
3189 /* Include the ASI architecture needed as well */
3364 things like %asi, etc. but continuing that route through to the end