/external/llvm/test/CodeGen/SPARC/ |
exception.ll | 13 @.cst1 = private unnamed_addr constant [14 x i8] c"catched float\00", align 64 130 %13 = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8]* @.cst1, i32 0, i32 0))
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
double-int.h | 425 /* Returns true if CST1 == CST2. */ 433 /* Returns true if CST1 != CST2. */
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
pr15289.ll | 26 @.cst1 = external unnamed_addr constant [3 x i8], align 8
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzregts.cpp | 1088 TimeZone *cst1 = new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND, local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzregts.cpp | 1088 TimeZone *cst1 = new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND, local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 388 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \ 392 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 393 tmp3 = _mm_madd_epi16(hi_0, cst1); \ 423 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ 427 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 428 tmp3 = _mm_madd_epi16(hi_0, cst1); \ [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 402 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \ 406 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 407 tmp3 = _mm_madd_epi16(hi_0, cst1); \ 437 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ 441 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 442 tmp3 = _mm_madd_epi16(hi_0, cst1); \ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 402 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \ 406 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 407 tmp3 = _mm_madd_epi16(hi_0, cst1); \ 437 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ 441 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 442 tmp3 = _mm_madd_epi16(hi_0, cst1); \ [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 643 // fold __builtin_memcpy_chk(x, y, cst1, cst2) to memcpy iff cst1<=cst2. 670 // fold __builtin_memmove_chk(x, y, cst1, cst2) to memmove iff cst1<=cst2. 709 // fold __builtin_memset_chk(x, y, cst1, cst2) to memset iff cst1<=cst2. [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |