HomeSort by relevance Sort by last modified time
    Searched defs:simd (Results 1 - 6 of 6) 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/vulkan-validation-layers/libs/glm/detail/
type_gentype.hpp 38 simd enumerator in enum:glm::profile
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_gentype.hpp 38 simd enumerator in enum:glm::profile
  /external/libjpeg-turbo/
jchuff.c 113 int simd; member in struct:__anon25008
165 entropy->simd = jsimd_can_huff_encode_one_block();
665 if (entropy->simd) {
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler_disasm.c 1630 int op, simd; local
    [all...]
  /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:__anon21001::__anon21002
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 236 milliseconds