Go to the documentation of this file.
20 #include <linux/module.h>
23 word_type
__ucmpdi2(
unsigned long long a,
unsigned long long b)
28 if ((
unsigned int) au.
s.high < (
unsigned int) bu.
s.high)
30 else if ((
unsigned int) au.
s.high > (
unsigned int) bu.
s.high)
32 if ((
unsigned int) au.
s.low < (
unsigned int) bu.
s.low)
34 else if ((
unsigned int) au.
s.low > (
unsigned int) bu.
s.low)