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

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 2730 cg_magic_constant (HOST_WIDE_INT c)
2797 if (cg_magic_constant (i & 0xffff))
2799 if (cg_magic_constant ((i >> 16) & 0xffff))
2816 if (cg_magic_constant (i))
2721 cg_magic_constant (HOST_WIDE_INT c) function
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 2730 cg_magic_constant (HOST_WIDE_INT c)
2797 if (cg_magic_constant (i & 0xffff))
2799 if (cg_magic_constant ((i >> 16) & 0xffff))
2816 if (cg_magic_constant (i))
2721 cg_magic_constant (HOST_WIDE_INT c) function

Completed in 24 milliseconds