Searched refs:BITSIZE (Results 1 – 3 of 3) sorted by relevance
114 #define BITSIZE(x) (sizeof(x) * 8) macro115 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 …]
70 // registers as having BITSIZE bits and displacements as having DISPSIZE bits.82 // BITSIZE, DISPSIZE and LENGTH are the parameters to an associated98 // FORMAT, BITSIZE, DISPSIZE and LENGTH are the parameters to an associated
89 // registers as having BITSIZE bits and displacements as having DISPSIZE bits.101 // BITSIZE, DISPSIZE and LENGTH are the parameters to an associated118 // FORMAT, BITSIZE, DISPSIZE and LENGTH are the parameters to an associated