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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c3845 unsigned const char *upat = pattern;
3888 for (i = 0; upat[i] != OP_stop; i++)
3890 if (upat[i] >= OP_FIRST_OPTIONAL)
3902 switch (upat[i])
4101 as_fatal ("unhandled operand code %d", upat[i]);
4107 switch (upat[i])
4158 && upat[i+1] == OP_stop)
3842 unsigned const char *upat = pattern; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c6595 unsigned const int *upat = pattern;
6708 for (i = 0; upat[i] != OP_stop; i++)
6710 op_parse_code = upat[i];
7251 && upat[i+1] == OP_stop)
6594 unsigned const int *upat = pattern; local

Completed in 141 milliseconds