Home
last modified time | relevance | path

Searched refs: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
228 lane_type lanes[kLaneCount]; \
234 #define SIMD_BINARY_OP(type, lane_type, lane_count, op, result) \ argument
239 lane_type lanes[kLaneCount]; \
260 #define GET_NUMERIC_ARG(lane_type, name, index) \ argument
262 name = ConvertNumber<lane_type>(a->Number());
264 #define GET_BOOLEAN_ARG(lane_type, name, index) \ argument
279 #define SIMD_CREATE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
284 lane_type lanes[kLaneCount]; \
286 replace(lane_type, lanes[i], i) \
[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
49 lane_type lanes[lane_count] = {0}; \
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/
Dtyping-asm.h104 #define V(NAME, Name, name, lane_count, lane_type) \ argument
Dfactory.h358 #define SIMD128_NEW_DECL(TYPE, Type, type, lane_count, lane_type) \ argument
359 Handle<Type> New##Type(lane_type lanes[lane_count], \
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
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
1534 lane_type value = \
1537 #define SIMD128_READ_LANE(lane_type, lane_count, field_type, field_size) \
1538 lane_type value = READ_##field_type##_FIELD( \
1555 #define SIMD128_NUMERIC_LANE_FNS(type, lane_type, lane_count, field_type, \ argument
1557 lane_type type::get_lane(int lane) const { \
1559 SIMD128_READ_LANE(lane_type, lane_count, field_type, field_size) \
[all …]
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
Dfactory.cc1115 #define SIMD128_NEW_DEF(TYPE, Type, type, lane_count, lane_type) \ argument
1116 Handle<Type> Factory::New##Type(lane_type lanes[lane_count], \
Dtypes.h428 #define CONSTRUCT_SIMD_TYPE(NAME, Name, name, lane_count, lane_type) \ argument
Dobjects.h1763 #define SIMD128_VALUE_CLASS(TYPE, Type, type, lane_count, lane_type) \ argument
1766 inline lane_type get_lane(int lane) const; \
1767 inline void set_lane(int lane, lane_type value); \
Dbootstrapper.cc2430 #define SIMD128_INSTALL_FUNCTION(TYPE, Type, type, lane_count, lane_type) \ in InitializeGlobal_harmony_simd() argument
/external/v8/src/heap/
Dheap.h1988 #define SIMD_ALLOCATE_DECLARATION(TYPE, Type, type, lane_count, lane_type) \ argument
1989 AllocationResult Allocate##Type(lane_type lanes[lane_count], \
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
2466 AllocationResult Heap::Allocate##Type(lane_type lanes[lane_count], \
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1316 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in TypeOfString() argument
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc4438 #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/mips/
Dfull-codegen-mips.cc4529 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() 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/x64/
Dfull-codegen-x64.cc4449 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() argument

12