Searched refs:saw_prefix (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-spu.c489 int saw_prefix = 0;
493 saw_prefix = 1;
561 if ((!saw_prefix && syntax_reg == 1)
562 || (saw_prefix && syntax_reg == 2))
564 syntax_reg |= saw_prefix ? 1 : 2;
487 int saw_prefix = 0; local

Completed in 91 milliseconds