Home
last modified time | relevance | path

Searched defs:lane_type (Results 1 – 25 of 38) sorted by relevance

12

/external/v8/src/runtime/
Druntime-simd.cc224 #define SIMD_UNARY_OP(type, lane_type, lane_count, op, result) \ argument
234 #define SIMD_BINARY_OP(type, lane_type, lane_count, op, result) \ argument
260 #define GET_NUMERIC_ARG(lane_type, name, index) \ argument
264 #define GET_BOOLEAN_ARG(lane_type, name, index) \ argument
279 #define SIMD_CREATE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
291 #define SIMD_EXTRACT_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
300 #define SIMD_REPLACE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
316 #define SIMD_CHECK_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
323 #define SIMD_SWIZZLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
338 #define SIMD_SHUFFLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
[all …]
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp55 typedef uchar lane_type; typedef
76 typedef schar lane_type; typedef
97 typedef ushort lane_type; typedef
117 typedef short lane_type; typedef
137 typedef unsigned lane_type; typedef
157 typedef int lane_type; typedef
176 typedef float lane_type; typedef
195 typedef uint64 lane_type; typedef
214 typedef int64 lane_type; typedef
Dintrin_sse.hpp56 typedef uchar lane_type; typedef
79 typedef schar lane_type; typedef
102 typedef ushort lane_type; typedef
122 typedef short lane_type; typedef
141 typedef unsigned lane_type; typedef
159 typedef int lane_type; typedef
177 typedef float lane_type; typedef
195 typedef uint64 lane_type; typedef
215 typedef int64 lane_type; typedef
235 typedef double lane_type; typedef
Dintrin_cpp.hpp53 typedef _Tp lane_type; typedef
/external/v8/test/cctest/
Dtest-simd.cc47 #define INT_TEST(type, lane_count, lane_type) \ argument
Dtypes-fuzz.h309 #define COUNT_SIMD_TYPE(NAME, Name, name, lane_count, lane_type) +1 argument
313 #define COUNT_SIMD_TYPE(NAME, Name, name, lane_count, lane_type) \ argument
/external/v8/src/
Dfactory.h358 #define SIMD128_NEW_DECL(TYPE, Type, type, lane_count, lane_type) \ argument
Dtyping-asm.h104 #define V(NAME, Name, name, lane_count, lane_type) \ argument
Dtyping-asm.cc53 #define V(NAME, Name, name, lane_count, lane_type) \ in AsmTyper() argument
866 #define V(NAME, Name, name, lane_count, lane_type) \ in VisitProperty() argument
1279 #define V(NAME, Name, name, lane_count, lane_type) \ in InitializeStdlibSIMD() argument
Dtypes-inl.h32 #define CONSTRUCT_SIMD_TYPE(NAME, Name, name, lane_count, lane_type) \ argument
Dcode-stubs-hydrogen.cc387 #define SIMD128_BUILDER_OPEN(TYPE, Type, type, lane_count, lane_type) \ in BuildCodeStub() argument
411 #define SIMD128_BUILDER_CLOSE(TYPE, Type, type, lane_count, lane_type) } in BuildCodeStub() argument
Dobjects-printer.cc201 #define PRINT_SIMD128_VALUE(TYPE, Type, type, lane_count, lane_type) \ in Simd128ValuePrint() argument
Dobjects-inl.h162 #define SIMD128_TYPE_CHECKER(TYPE, Type, type, lane_count, lane_type) \ in TYPE_CHECKER() argument
1504 #define SIMD128_VALUE(TYPE, Type, type, lane_count, lane_type) \ in Equals() argument
1521 #define SIMD128_VALUE_EQUALS(TYPE, Type, type, lane_count, lane_type) \ argument
1533 #define SIMD128_READ_LANE(lane_type, lane_count, field_type, field_size) \ argument
1555 #define SIMD128_NUMERIC_LANE_FNS(type, lane_type, lane_count, field_type, \ argument
1578 #define SIMD128_BOOLEAN_LANE_FNS(type, lane_type, lane_count, field_type, \ argument
Dtypes.h428 #define CONSTRUCT_SIMD_TYPE(NAME, Name, name, lane_count, lane_type) \ argument
Dfactory.cc1115 #define SIMD128_NEW_DEF(TYPE, Type, type, lane_count, lane_type) \ argument
Dbootstrapper.cc2430 #define SIMD128_INSTALL_FUNCTION(TYPE, Type, type, lane_count, lane_type) \ in InitializeGlobal_harmony_simd() argument
Dobjects.h1763 #define SIMD128_VALUE_CLASS(TYPE, Type, type, lane_count, lane_type) \ argument
Dobjects.cc420 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in TypeOf() argument
2295 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in HeapObjectShortPrint() argument
2398 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in ToString() argument
/external/v8/src/heap/
Dheap.h1988 #define SIMD_ALLOCATE_DECLARATION(TYPE, Type, type, lane_count, lane_type) \ argument
Dheap.cc2317 #define ALLOCATE_SIMD128_MAP(TYPE, Type, type, lane_count, lane_type) \ in CreateInitialMaps() argument
2465 #define SIMD_ALLOCATE_DEFINITION(TYPE, Type, type, lane_count, lane_type) \ argument
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1316 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in TypeOfString() argument
/external/v8/test/cctest/heap/
Dtest-heap.cc68 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in TEST() argument
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc4446 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() argument
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc4233 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() argument
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc4449 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() argument

12