Home
last modified time | relevance | path

Searched refs:BITSIZE (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dconstant-builtins-2.c114 #define BITSIZE(x) (sizeof(x) * 8) macro
115 char clz1[__builtin_clz(1) == BITSIZE(int) - 1 ? 1 : -1];
116 char clz2[__builtin_clz(7) == BITSIZE(int) - 3 ? 1 : -1];
117 char clz3[__builtin_clz(1 << (BITSIZE(int) - 1)) == 0 ? 1 : -1];
119 char clz5[__builtin_clzl(0xFL) == BITSIZE(long) - 4 ? 1 : -1];
120 char clz6[__builtin_clzll(0xFFLL) == BITSIZE(long long) - 8 ? 1 : -1];
121 char clz7[__builtin_clzs(0x1) == BITSIZE(short) - 1 ? 1 : -1];
122 char clz8[__builtin_clzs(0xf) == BITSIZE(short) - 4 ? 1 : -1];
123 char clz9[__builtin_clzs(0xfff) == BITSIZE(short) - 12 ? 1 : -1];
127 char ctz3[__builtin_ctz(1 << (BITSIZE(int) - 1)) == BITSIZE(int) - 1 ? 1 : -1];
[all …]
/external/syslinux/gpxe/src/util/
Dnrv2b.c68 #ifndef BITSIZE
69 #define BITSIZE 32 macro
1071 r = bbConfig(c, ENDIAN, BITSIZE); in ucl_nrv2b_99_compress()
1335 #if ENDIAN == 0 && BITSIZE == 8
1338 #if ENDIAN == 0 && BITSIZE == 16
1341 #if ENDIAN == 0 && BITSIZE == 32
1344 #if ENDIAN == 0 && BITSIZE == 64
1365 #if BITSIZE <= 32 in Decode()
1367 #elif BITSIZE == 64 in Decode()
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td70 // registers as having BITSIZE bits and displacements as having DISPSIZE bits.
82 // BITSIZE, DISPSIZE and LENGTH are the parameters to an associated
98 // FORMAT, BITSIZE, DISPSIZE and LENGTH are the parameters to an associated