Home
last modified time | relevance | path

Searched defs:ShuffleEntry (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2528 struct ShuffleEntry { struct
2529 uint8_t shuffle[kSimd128Size];
2530 ArchOpcode opcode;
2531 ArchOpcode avx_opcode;
2532 bool src0_needs_reg;
2533 bool src1_needs_reg;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2596 struct ShuffleEntry { struct
2597 uint8_t shuffle[kSimd128Size];
2598 ArchOpcode opcode;
2599 ArchOpcode avx_opcode;
2600 bool src0_needs_reg;
2601 bool src1_needs_reg;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2738 struct ShuffleEntry { struct
2739 uint8_t shuffle[kSimd128Size];
2740 ArchOpcode opcode;
2741 ArchOpcode avx_opcode;
2742 bool src0_needs_reg;
2743 bool src1_needs_reg;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3391 struct ShuffleEntry { struct
3392 uint8_t shuffle[kSimd128Size];
3393 ArchOpcode opcode;
3394 bool src0_needs_reg;
3395 bool src1_needs_reg;
3399 bool no_same_as_first_if_avx = false;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3110 struct ShuffleEntry { struct
3111 uint8_t shuffle[kSimd128Size];
3112 ArchOpcode opcode;
3113 bool src0_needs_reg;
3114 bool src1_needs_reg;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3322 struct ShuffleEntry { struct
3323 uint8_t shuffle[kSimd128Size];
3324 ArchOpcode opcode;
3325 bool src0_needs_reg;
3326 bool src1_needs_reg;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc2085 struct ShuffleEntry { struct
2086 uint8_t shuffle[kSimd128Size];
2087 ArchOpcode opcode;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2282 struct ShuffleEntry { struct
2283 uint8_t shuffle[kSimd128Size];
2284 ArchOpcode opcode;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc2396 struct ShuffleEntry { struct
2397 uint8_t shuffle[kSimd128Size];
2398 ArchOpcode opcode;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2311 struct ShuffleEntry { struct
2312 uint8_t shuffle[kSimd128Size];
2313 ArchOpcode opcode;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2365 struct ShuffleEntry { struct
2366 uint8_t shuffle[kSimd128Size];
2367 ArchOpcode opcode;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc3035 struct ShuffleEntry { struct
3036 uint8_t shuffle[kSimd128Size];
3037 ArchOpcode opcode;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc2749 struct ShuffleEntry { struct
2750 uint8_t shuffle[kSimd128Size];
2751 ArchOpcode opcode;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2745 struct ShuffleEntry { struct
2746 uint8_t shuffle[kSimd128Size];
2747 ArchOpcode opcode;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2937 struct ShuffleEntry { struct
2938 uint8_t shuffle[kSimd128Size];
2939 ArchOpcode opcode;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2792 struct ShuffleEntry { struct
2793 uint8_t shuffle[kSimd128Size];
2794 ArchOpcode opcode;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2895 struct ShuffleEntry { struct
2896 uint8_t shuffle[kSimd128Size];
2897 ArchOpcode opcode;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2933 struct ShuffleEntry { struct
2934 uint8_t shuffle[kSimd128Size];
2935 ArchOpcode opcode;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3407 struct ShuffleEntry { struct
3408 uint8_t shuffle[kSimd128Size];
3409 ArchOpcode opcode;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2875 struct ShuffleEntry { struct
2876 uint8_t shuffle[kSimd128Size];
2877 ArchOpcode opcode;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc3014 struct ShuffleEntry { struct
3015 uint8_t shuffle[kSimd128Size];
3016 ArchOpcode opcode;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc3130 struct ShuffleEntry { struct
3131 uint8_t shuffle[kSimd128Size];
3132 ArchOpcode opcode;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3606 struct ShuffleEntry { struct
3607 uint8_t shuffle[kSimd128Size];
3608 ArchOpcode opcode;
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc4007 struct ShuffleEntry { struct
4008 uint8_t shuffle[kSimd128Size];
4009 ArchOpcode opcode;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1845 using ShuffleEntry = std::pair<SDValue, size_t>; in LowerBUILD_VECTOR() typedef

12