OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/lib/libkern/
softfloat-macros.h
101
int8
negCount
= ( - count ) & 63;
108
z1 = ( a0<<
negCount
) | ( a1 != 0 );
138
int8
negCount
= ( - count ) & 63;
145
z1 = ( a0<<
negCount
) | ( a1>>count );
173
int8
negCount
= ( - count ) & 63;
180
z1 = ( a0<<
negCount
) | ( a1>>count ) | ( ( a1<<
negCount
) != 0 );
188
z1 = ( a0>>( count & 63 ) ) | ( ( ( a0<<
negCount
) | a1 ) != 0 );
231
int8
negCount
= ( - count ) & 63;
240
z2 = a1<<
negCount
;
[
all
...]
/src/lib/libc/softfloat/bits64/
softfloat-macros
110
int8
negCount
= ( - count ) & 63;
117
z1 = ( a0<<
negCount
) | ( a1 != 0 );
148
int8
negCount
= ( - count ) & 63;
155
z1 = ( a0<<
negCount
) | ( a1>>count );
184
int8
negCount
= ( - count ) & 63;
191
z1 = ( a0<<
negCount
) | ( a1>>count ) | ( ( a1<<
negCount
) != 0 );
199
z1 = ( a0>>( count & 63 ) ) | ( ( ( a0<<
negCount
) | a1 ) != 0 );
243
int8
negCount
= ( - count ) & 63;
252
z2 = a1<<
negCount
;
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025