Searched refs:const64_is_2insns (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c2975 static int const64_is_2insns (unsigned HOST_WIDE_INT, unsigned HOST_WIDE_INT); function
2978 const64_is_2insns (unsigned HOST_WIDE_INT high_bits,
3165 if (const64_is_2insns ((~high_bits) & 0xffffffff,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc2971 static int const64_is_2insns (unsigned HOST_WIDE_INT, unsigned HOST_WIDE_INT); function
2974 const64_is_2insns (unsigned HOST_WIDE_INT high_bits,
3161 if (const64_is_2insns ((~high_bits) & 0xffffffff,

Completed in 140 milliseconds