HomeSort by relevance Sort by last modified time
    Searched defs:simd (Results 1 - 5 of 5) sorted by null

  /external/llvm/test/MC/ARM/
directive-arch_extension-simd.s 12 .arch_extension simd
13 @ CHECK-V7: error: architectural extension 'simd' is not allowed for the current base architecture
14 @ CHECK-V7-NEXT: .arch_extension simd
17 .type simd,%function
18 simd: label
121 @ CHECK-V7: error: architectural extension 'simd' is not allowed for the current base architecture
  /external/v8/test/mjsunit/
double-equals.js 28 // Flags: --harmony-simd
246 var simd = SIMD.Float32x4(1, 2, 3, 4); variable
247 testEqual(simd, simd);
248 testEqual(Object(simd), simd);
249 testEqual(new Wrapper(simd), simd);
250 testNotEqual(Object(simd), Object(simd))
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_gentype.hpp 38 simd enumerator in enum:glm::profile
  /external/opencv3/modules/imgproc/src/
corner.cpp 55 volatile bool simd = checkHardwareSupport(CV_CPU_SSE); local
70 if( simd )
124 volatile bool simd = checkHardwareSupport(CV_CPU_SSE); local
140 if( simd )
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 116 reg_simd = 0x00040, /* SIMD/MMX reg */
187 op_ssimd = 10, /* 16 byte : 4 packed single FP (SIMD, MMX) */
188 op_dsimd = 11, /* 16 byte : 2 packed double FP (SIMD, MMX) */
189 op_sssimd = 12, /* 4 byte : scalar single FP (SIMD, MMX) */
190 op_sdsimd = 13, /* 8 byte : scalar double FP (SIMD, MMX) */
257 unsigned char simd[16]; member in union:__anon12444::__anon12445
472 isa_fpumgt = 3, /* FPU/SIMD management */
474 isa_sse1 = 5, /* Intel SSE SIMD */
475 isa_sse2 = 6, /* Intel SSE2 SIMD */
476 isa_sse3 = 7, /* Intel SSE3 SIMD */
    [all...]

Completed in 459 milliseconds