Home
last modified time | relevance | path

Searched refs:WORD_BIT (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/Sema/
Dshift.c5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro
39 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()
/external/clang/test/SemaCXX/
Dshift.cpp5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro
/external/libjpeg-turbo/simd/
Djcgryext-mmx.asm113 shl eax, WORD_BIT
Djsimdext.inc173 %define WORD_BIT 16 ; sizeof(WORD)*BYTE_BIT
Djcgryext-sse2-64.asm96 shl rax, WORD_BIT
Djcgryext-sse2.asm109 shl eax, WORD_BIT
Djdcolext-mmx.asm291 shr eax,WORD_BIT
Djccolext-mmx.asm120 shl eax, WORD_BIT
Djccolext-sse2-64.asm104 shl rax, WORD_BIT
Djccolext-sse2.asm116 shl eax, WORD_BIT