Searched refs:isword (Results 1 – 6 of 6) sorted by relevance
194 #define isword(x) (isalnum((unsigned char)x) || (x) == '_') macro498 ((s == 0 || !isword(d[s-1])) && (e == l || !isword(d[e])) && \499 e > s && isword(d[s]) && isword(d[e-1]))
651 #define isword(x) ((x)>=-65536 && (x)<=65535) macro1326 || ! isword (opP->disp.exp.X_add_number)))2019 if (!isword (nextword))2566 if (!isword (tmpreg))5124 if (!isword (offs (exp)))
795 #define isword(x) ((valueT) SEXT (x) + 0xffff < 0x1ffff) macro1402 || ! isword (opP->disp.exp.X_add_number))) in m68k_ip()2169 if (!isword (nextword)) in m68k_ip()2736 if (!isword (tmpreg)) in m68k_ip()5186 if (!isword (offs (exp))) in get_num()
3172 (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
688 * config/tc-m68k.c (isword): Accept all values from -65536 to