Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2748 struct ShuffleEntry { struct
2749 uint8_t shuffle[kSimd128Size];
2750 ArchOpcode opcode;
2751 ArchOpcode avx_opcode;
2752 bool src0_needs_reg;
2753 bool src1_needs_reg;
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3492 struct ShuffleEntry { struct
3493 uint8_t shuffle[kSimd128Size];
3494 ArchOpcode opcode;
3495 bool src0_needs_reg;
3496 bool src1_needs_reg;
3500 bool no_same_as_first_if_avx = false;
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2369 struct ShuffleEntry { struct
2370 uint8_t shuffle[kSimd128Size];
2371 ArchOpcode opcode;
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2876 struct ShuffleEntry { struct
2877 uint8_t shuffle[kSimd128Size];
2878 ArchOpcode opcode;
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2917 struct ShuffleEntry { struct
2918 uint8_t shuffle[kSimd128Size];
2919 ArchOpcode opcode;
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc3132 struct ShuffleEntry { struct
3133 uint8_t shuffle[kSimd128Size];
3134 ArchOpcode opcode;
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc3142 struct ShuffleEntry { struct
3143 uint8_t shuffle[kSimd128Size];
3144 ArchOpcode opcode;
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc4040 struct ShuffleEntry { struct
4041 uint8_t shuffle[kSimd128Size];
4042 ArchOpcode opcode;