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

  /external/clang/test/Sema/
ext_vector_conversions.c 4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
14 short4 vs4;
16 // This one is OK; we don't re-interpret ll as short4, rather we splat its
vector-init.c 39 typedef short __attribute__((vector_size(8))) short4; typedef
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)}}
  /external/clang/test/CodeGen/
builtins-nvptx.c 316 // for the CUDA <type>N vector types (e.g. short4), which are not the same as
347 typedef short short4 __attribute__((ext_vector_type(4))); typedef
349 __nvvm_ldg_s4((const short4 *)p);
  /external/swiftshader/src/Common/
Types.hpp 65 typedef ALIGN(8, short) short4[4]; member in namespace:sw
  /external/swiftshader/src/System/
Types.hpp 64 typedef ALIGN(8, short) short4[4]; member in namespace:sw
  /external/clang/lib/Headers/
opencl-c.h 90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 3257 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value; local
    [all...]

Completed in 2479 milliseconds