OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__ll_B
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/
longlong.h
44
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
45
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
1110
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1113
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1678
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1681
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1703
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
1716
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
1726
(q) = (UWtype) __q1 *
__ll_B
| __q0; \
/src/external/gpl3/binutils.old/dist/include/
longlong.h
44
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
45
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
1110
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1113
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1678
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1681
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1703
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
1716
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
1726
(q) = (UWtype) __q1 *
__ll_B
| __q0; \
/src/external/gpl3/gcc/dist/include/
longlong.h
44
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
45
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
1110
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1113
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1679
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1682
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1704
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
1717
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
1727
(q) = (UWtype) __q1 *
__ll_B
| __q0; \
/src/external/gpl3/gcc.old/dist/include/
longlong.h
44
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
45
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
1098
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1101
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1666
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1669
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1691
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
1704
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
1714
(q) = (UWtype) __q1 *
__ll_B
| __q0; \
/src/external/gpl3/gdb.old/dist/include/
longlong.h
44
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
45
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
1110
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1113
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1678
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1681
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1703
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
1716
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
1726
(q) = (UWtype) __q1 *
__ll_B
| __q0; \
/src/external/gpl3/gdb/dist/include/
longlong.h
44
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
45
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
1110
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1113
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1678
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
1681
(w0) = __ll_lowpart (__x1) *
__ll_B
+ __ll_lowpart (__x0); \
1703
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
1716
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
1726
(q) = (UWtype) __q1 *
__ll_B
| __q0; \
/src/external/lgpl3/gmp/dist/
longlong.h
57
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
58
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
2121
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
2155
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
2168
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
2178
(q) = __q1 *
__ll_B
| __q0; \
/src/external/lgpl3/mpfr/dist/src/
mpfr-longlong.h
63
#define
__ll_B
((UWtype) 1 << (W_TYPE_SIZE / 2))
64
#define __ll_lowpart(t) ((UWtype) (t) & (
__ll_B
- 1))
2133
__x3 +=
__ll_B
; /* yes, add it in the proper pos. */ \
2167
__r1 = __r1 *
__ll_B
| __ll_highpart (n0); \
2180
__r0 = __r0 *
__ll_B
| __ll_lowpart (n0); \
2190
(q) = __q1 *
__ll_B
| __q0; \
Completed in 55 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026