Home
last modified time | relevance | path

Searched refs:VISIT_SIMD_ADD (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2800 #define VISIT_SIMD_ADD(Type, PairwiseType, NeonWidth) \ macro
2840 VISIT_SIMD_ADD(I16x8, I8x16, 8)
2841 VISIT_SIMD_ADD(I32x4, I16x8, 16)
2842 #undef VISIT_SIMD_ADD
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3884 #define VISIT_SIMD_ADD(Type, PairwiseType, LaneSize) \ macro
3922 VISIT_SIMD_ADD(I32x4, I16x8, 32)
3923 VISIT_SIMD_ADD(I16x8, I8x16, 16)
3924 #undef VISIT_SIMD_ADD