Searched refs:SIMD_VISIT_REPLACE_LANE (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3632 #define SIMD_VISIT_REPLACE_LANE(Type, T, LaneSize) \ macro 3637 SIMD_VISIT_REPLACE_LANE(F64x2, F, 64) 3638 SIMD_VISIT_REPLACE_LANE(F32x4, F, 32) 3639 SIMD_VISIT_REPLACE_LANE(I64x2, I, 64) 3640 SIMD_VISIT_REPLACE_LANE(I32x4, I, 32) 3641 SIMD_VISIT_REPLACE_LANE(I16x8, I, 16) 3642 SIMD_VISIT_REPLACE_LANE(I8x16, I, 8) 3643 #undef SIMD_VISIT_REPLACE_LANE macro
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2333 #define SIMD_VISIT_REPLACE_LANE(Type) \ macro 2337 SIMD_TYPE_LIST(SIMD_VISIT_REPLACE_LANE) 2338 SIMD_VISIT_REPLACE_LANE(F64x2) 2339 #undef SIMD_VISIT_REPLACE_LANE macro
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2410 #define SIMD_VISIT_REPLACE_LANE(Type) \ macro 2418 SIMD_TYPES(SIMD_VISIT_REPLACE_LANE) 2419 #undef SIMD_VISIT_REPLACE_LANE macro
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2620 #define SIMD_VISIT_REPLACE_LANE(Type) \ macro 2628 SIMD_TYPES(SIMD_VISIT_REPLACE_LANE) 2629 #undef SIMD_VISIT_REPLACE_LANE macro
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2767 #define SIMD_VISIT_REPLACE_LANE(Type) \ macro 2771 SIMD_TYPE_LIST(SIMD_VISIT_REPLACE_LANE) 2772 SIMD_VISIT_REPLACE_LANE(F64x2) 2773 #undef SIMD_VISIT_REPLACE_LANE macro
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 3070 #define SIMD_VISIT_REPLACE_LANE(Type) \ macro 3074 SIMD_TYPE_LIST(SIMD_VISIT_REPLACE_LANE) 3075 SIMD_VISIT_REPLACE_LANE(F64x2) 3076 #undef SIMD_VISIT_REPLACE_LANE macro
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 3097 #define SIMD_VISIT_REPLACE_LANE(Type) \ macro 3101 SIMD_TYPE_LIST(SIMD_VISIT_REPLACE_LANE) 3102 #undef SIMD_VISIT_REPLACE_LANE macro
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2841 #define SIMD_VISIT_REPLACE_LANE(Type) \ macro 2845 SIMD_TYPE_LIST(SIMD_VISIT_REPLACE_LANE) 2846 #undef SIMD_VISIT_REPLACE_LANE macro
|
Completed in 42 milliseconds