__ucmpdi2

From: Jeremy Higdon (jeremy@classic.engr.sgi.com)
Date: Tue Sep 19 2000 - 04:58:01 EST


Hello,

I'm using a 64 bit variable in a switch statement. Gcc is generating code
which make calls to __ucmpdi2, a function defined in libgcc. I figured
out that it was the switch statement from examining the generated code.

The question is whether I should change C code to avoid constructions
which make calls to this routine (a little hard to determine a priori)
or if there is an appropriate way to add this to the kernel.

Best I can tell, __ucmpdi2 takes two 64 bit unsigned args, returning
0 if the 1st arg is less than the 2nd, 2 if greater, 1 if equal. For
now, I have defined the function in my driver with those semantics.
For obvious reasons, I don't consider this a viable long term option.

thanks

jeremy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 21:00:20 EST