HomeSort by relevance Sort by last modified time
    Searched refs:short8 (Results 1 - 22 of 22) sorted by null

  /external/clang/test/Sema/
vector-init.c 38 typedef short __attribute__((vector_size(16))) short8; typedef
41 extern short8 test3_helper(void);
43 short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (vector of 4 'short' values) with an expression of incompatible type 'short8' (vector of 8 'short' values)}}
ext_vector_casts.c 8 typedef __attribute__(( ext_vector_type(8) )) short short8; typedef
20 short8 ish8;
98 short8 vs = 0;
104 vs = 65536 + vs; // expected-warning {{implicit conversion from 'int' to 'short8' (vector of 8 'short' values) changes value from 65536 to 0}}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 92 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 92 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 91 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 98 typedef short short8 __attribute__((ext_vector_type(8))); typedef
    [all...]
  /external/swiftshader/src/Common/
Types.hpp 66 typedef ALIGN(16, short) short8[8]; member in namespace:sw
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 105 case Type_v4i16: return T(Short8::getType());
106 case Type_v2i16: return T(Short8::getType());
2562 Value *short8 = Nucleus::createBitCast(cast.value, Short8::getType()); local
3293 Value *short8 = Nucleus::createBitCast(shuffle, UShort8::getType()); local
    [all...]
SubzeroReactor.cpp     [all...]

Completed in 2373 milliseconds