HomeSort by relevance Sort by last modified time
    Searched defs:simd (Results 1 - 2 of 2) 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/chromium_org/skia/ext/
convolver.cc 384 ConvolveProcs simd; local
385 simd.extra_horizontal_reads = 0;
386 simd.convolve_vertically = NULL;
387 simd.convolve_4rows_horizontally = NULL;
388 simd.convolve_horizontally = NULL;
390 SetupSIMD(&simd);
417 (simd.convolve_4rows_horizontally ? 4 : 0);
440 int avoid_simd_rows = 1 + simd.extra_horizontal_reads /
452 if (simd.convolve_4rows_horizontally &&
461 simd.convolve_4rows_horizontally(src, filter_x, out_row)
    [all...]

Completed in 219 milliseconds