Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3884 #define VISIT_SIMD_ADD(Type, PairwiseType, LaneSize) \ argument
3893 IrOpcode::k##Type##ExtAddPairwise##PairwiseType##S) || \
3895 IrOpcode::k##Type##ExtAddPairwise##PairwiseType##U)) { \
3910 IrOpcode::k##Type##ExtMulLow##PairwiseType##S) || \
3912 IrOpcode::k##Type##ExtMulHigh##PairwiseType##S) || \
3914 IrOpcode::k##Type##ExtMulLow##PairwiseType##U) || \
3916 IrOpcode::k##Type##ExtMulHigh##PairwiseType##U)) { \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2800 #define VISIT_SIMD_ADD(Type, PairwiseType, NeonWidth) \ argument
2806 IrOpcode::k##Type##ExtAddPairwise##PairwiseType##S && \
2814 IrOpcode::k##Type##ExtAddPairwise##PairwiseType##U && \
2822 IrOpcode::k##Type##ExtAddPairwise##PairwiseType##S && \
2830 IrOpcode::k##Type##ExtAddPairwise##PairwiseType##U && \