Go to the documentation of this file. 1 #include <linux/module.h>
5 word_type
__ucmpdi2(
unsigned long long a,
unsigned long long b)
10 if ((
unsigned int) au.
s.high < (
unsigned int) bu.
s.high)
12 else if ((
unsigned int) au.
s.high > (
unsigned int) bu.
s.high)
14 if ((
unsigned int) au.
s.low < (
unsigned int) bu.
s.low)
16 else if ((
unsigned int) au.
s.low > (
unsigned int) bu.
s.low)