Searched refs:ll (Results 101 - 109 of 109) sorted by last modified time

12345

/linux-master/arch/microblaze/lib/
H A Ducmpdi2.c8 const DWunion au = {.ll = a};
9 const DWunion bu = {.ll = b};
H A Dmuldi3.c43 __w.ll; \
49 const DWunion uu = {.ll = u};
50 const DWunion vv = {.ll = v};
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)};
56 return w.ll;
H A Dlibgcc.h23 long long ll; member in union:__anon501
H A Dlshrdi3.c14 uu.ll = u;
27 return w.ll;
H A Dcmpdi2.c9 .ll = a
12 .ll = b
H A Dashrdi3.c14 uu.ll = u;
29 return w.ll;
H A Dashldi3.c14 uu.ll = u;
27 return w.ll;
/linux-master/drivers/scsi/isci/
H A Dregisters.h1808 struct scu_link_layer_registers ll; member in struct:transport_link_layer_pair
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1902 # addressing mode was (a7)+. if so, we'll need to shift the
2133 # addressing mode was -(a7). if so, we'll need to shift the
4126 # until I feel like fixing this, we'll sidestep the exception.
4198 # we'll insert this new exception into the FPU and then return.
19386 # need to set immediate data flag here since we'll need to do
20381 # in the pre-decrement case from supervisor mode or else we'll corrupt
20983 # we'll have to change this, but for now, tough luck!!!

Completed in 228 milliseconds

12345