Home
last modified time | relevance | path

Searched refs:isbyte (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c992 #define isbyte(x) ((valueT) SEXT (x) + 0xff < 0x1ff) macro
1707 || ! isbyte (opP->disp.exp.X_add_number))) in m68k_ip()
2516 if (!isbyte (nextword)) in m68k_ip()
3074 if (!isbyte (tmpreg)) in m68k_ip()
5621 if (!isbyte (offs (exp))) in get_num()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20053143 (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
DChangeLog-92951580 * config/tc-m68k.c (m68k_ip): When recognizing '#', use isbyte and
11654 * config/tc-m68k.c (isbyte): Accept all values from -255 to +255,