Home
last modified time | relevance | path

Searched refs:eltty (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dvectors.h34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16))); argument
71 #define X(ty, eltty, castty) \ argument
72 DECLARE_VECTOR_TYPE(ty, ty, eltty, castty, (sizeof(ty) / sizeof(eltty)))
Dvectors.def26 // define X(ty, eltty, castty)
33 // define X(ty, eltty, numelements)
Dtest_vector_ops.h61 #define X(ty, eltty, castty) DECLARE_VECTOR_OPS(ty) argument
65 #define X(ty, eltty, numelements) DECLARE_VECTOR_OPS(ty) argument
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst1187 ``[ARRAY, numelts, eltty]``
1194 * *eltty*: The type index of the array element type
1199 ``[VECTOR, numelts, eltty]``
1206 * *eltty*: The type index of the vector element type
1249 ``[STRUCT_ANON, ispacked, ...eltty...]``
1256 * *eltty*: Zero or more type indices representing the element types of the
1271 ``[STRUCT_NAMED, ispacked, ...eltty...]``
1279 * *eltty*: Zero or more type indices representing the element types of the
/external/llvm/docs/
DBitCodeFormat.rst1031 ``[STRUCT, ispacked, ...eltty...]``
1038 * *eltty*: Zero or more type indices representing the element types of the
1044 ``[ARRAY, numelts, eltty]``
1051 * *eltty*: The type index of the array element type
1056 ``[VECTOR, numelts, eltty]``
1063 * *eltty*: The type index of the vector element type