/external/v8/src/runtime/ |
D | runtime-simd.cc | 224 #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 245 #define SIMD_RELATIONAL_OP(type, bool_type, lane_count, a, b, op, result) \ 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 366 #define SIMD_ABS_FUNCTION(type, lane_type, lane_count) \ argument [all …]
|
/external/v8/test/cctest/ |
D | test-simd.cc | 13 #define FLOAT_TEST(type, lane_count) \ argument 47 #define INT_TEST(type, lane_count, lane_type) \ argument 80 #define BOOL_TEST(type, lane_count) \ argument
|
D | types-fuzz.h | 309 #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/ |
D | factory.h | 358 #define SIMD128_NEW_DECL(TYPE, Type, type, lane_count, lane_type) \ argument
|
D | objects-printer.cc | 201 #define PRINT_SIMD128_VALUE(TYPE, Type, type, lane_count, lane_type) \ in Simd128ValuePrint() argument 219 #define SIMD128_INT_PRINT_FUNCTION(type, lane_count) \ argument 237 #define SIMD128_BOOL_PRINT_FUNCTION(type, lane_count) \ argument
|
D | typing-asm.h | 104 #define V(NAME, Name, name, lane_count, lane_type) \ argument
|
D | typing-asm.cc | 53 #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
|
D | types-inl.h | 32 #define CONSTRUCT_SIMD_TYPE(NAME, Name, name, lane_count, lane_type) \ argument
|
D | code-stubs-hydrogen.cc | 387 #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
|
D | objects-inl.h | 162 #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 1545 #define SIMD128_WRITE_LANE(lane_count, field_type, field_size, value) \ 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
|
D | types.h | 428 #define CONSTRUCT_SIMD_TYPE(NAME, Name, name, lane_count, lane_type) \ argument
|
D | factory.cc | 1115 #define SIMD128_NEW_DEF(TYPE, Type, type, lane_count, lane_type) \ argument
|
D | bootstrapper.cc | 2430 #define SIMD128_INSTALL_FUNCTION(TYPE, Type, type, lane_count, lane_type) \ in InitializeGlobal_harmony_simd() argument
|
D | objects.cc | 420 #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 2422 #define SIMD128_BOOL_TO_STRING(Type, lane_count) \ argument 2440 #define SIMD128_INT_TO_STRING(Type, lane_count) \ argument
|
D | objects.h | 1763 #define SIMD128_VALUE_CLASS(TYPE, Type, type, lane_count, lane_type) \ argument
|
/external/gemmlowp/meta/generators/ |
D | mul_Nx8_Mx8_neon.py | 33 def GenerateMulLanes(registers, lane_count, address): argument
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 620 int lane_count, in PrintVRegisterFPHelper() 680 int lane_count = 1 << (reg_size_log2 - lane_size_log2); in PrintVRegister() local 785 int lane_count = GetPrintRegLaneCount(format); in PrintVWrite() local
|
D | logic-a64.cc | 1150 int lane_count = LaneCountFromFormat(vform); in pmull2() local 2471 int lane_count = LaneCountFromFormat(vform); in uxtl2() local 2485 int lane_count = LaneCountFromFormat(vform); in sxtl2() local 4450 int lane_count = LaneCountFromFormat(vform); in fcvtl2() local 4485 int lane_count = LaneCountFromFormat(vform) / 2; in fcvtn2() local 4516 int lane_count = LaneCountFromFormat(vform) / 2; in fcvtxn2() local
|
/external/v8/src/heap/ |
D | heap.h | 1988 #define SIMD_ALLOCATE_DECLARATION(TYPE, Type, type, lane_count, lane_type) \ argument
|
D | heap.cc | 2317 #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/ |
D | hydrogen-instructions.cc | 1316 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in TypeOfString() argument
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 68 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in TEST() argument
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 4449 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() argument
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 4233 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() argument
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 4438 #define SIMD128_TYPE(TYPE, Type, type, lane_count, lane_type) \ in EmitLiteralCompareTypeof() argument
|