HomeSort by: relevance | last modified time | path
    Searched defs:issbyte (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 947 #define issbyte(x) ((valueT) SEXT (x) + 0x80 < 0x100) macro
1628 || ! issbyte (opP->disp.exp.X_add_number)))
2004 || ! issbyte (opP->disp.exp.X_add_number))
2728 && issbyte (baseo)))
2746 if (! issbyte (baseo))
2990 if (!issbyte (tmpreg))
4951 know (issbyte (disp));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 947 #define issbyte(x) ((valueT) SEXT (x) + 0x80 < 0x100) macro
1628 || ! issbyte (opP->disp.exp.X_add_number)))
2004 || ! issbyte (opP->disp.exp.X_add_number))
2728 && issbyte (baseo)))
2746 if (! issbyte (baseo))
2990 if (!issbyte (tmpreg))
4951 know (issbyte (disp));

Completed in 31 milliseconds