Home
last modified time | relevance | path

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 Dinstruction-selector-arm64.cc3632 #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 Dinstruction-selector-mips.cc2333 #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 Dinstruction-selector-ppc.cc2410 #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 Dinstruction-selector-s390.cc2620 #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 Dinstruction-selector-arm.cc2767 #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 Dinstruction-selector-riscv64.cc3070 #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 Dinstruction-selector-mips64.cc3097 #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 Dinstruction-selector-loong64.cc2841 #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