Searched refs:WORD_BIT (Results 1 – 10 of 10) sorted by relevance
5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro39 i = 1 << (WORD_BIT - 2); in test()40 i = 2 << (WORD_BIT - 1); // expected-warning {{bits to represent, but 'int' only has}} in test()41 i = 1 << (WORD_BIT - 1); // expected-warning {{sets the sign bit of the shift expression}} in test()42 i = -1 << (WORD_BIT - 1); // expected-warning {{shifting a negative signed value is undefined}} in test()44 i = 0 << (WORD_BIT - 1); in test()45 i = (char)1 << (WORD_BIT - 2); in test()48 u = 1U << (WORD_BIT - 1); in test()49 u = 5U << (WORD_BIT - 1); in test()
5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro
113 shl eax, WORD_BIT
173 %define WORD_BIT 16 ; sizeof(WORD)*BYTE_BIT
96 shl rax, WORD_BIT
109 shl eax, WORD_BIT
291 shr eax,WORD_BIT
120 shl eax, WORD_BIT
104 shl rax, WORD_BIT
116 shl eax, WORD_BIT