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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 76 #define CONST_OK_FOR_ADD(size) CONST_OK_FOR_I08 (size)
3200 && CONST_OK_FOR_ADD (INTVAL (XEXP (x, 1))))
6699 if (CONST_OK_FOR_ADD (size))
6704 else if (CONST_OK_FOR_ADD (size / 2 & -align)
6705 && CONST_OK_FOR_ADD (size - (size / 2 & -align)))
10822 int simple_add = CONST_OK_FOR_ADD (delta);
10908 else if (CONST_OK_FOR_ADD (vcall_offset))
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 76 #define CONST_OK_FOR_ADD(size) CONST_OK_FOR_I08 (size)
3200 && CONST_OK_FOR_ADD (INTVAL (XEXP (x, 1))))
6699 if (CONST_OK_FOR_ADD (size))
6704 else if (CONST_OK_FOR_ADD (size / 2 & -align)
6705 && CONST_OK_FOR_ADD (size - (size / 2 & -align)))
10821 int simple_add = CONST_OK_FOR_ADD (delta);
10907 else if (CONST_OK_FOR_ADD (vcall_offset))

Completed in 24 milliseconds