Searched refs:kSimd1x4 (Results 1 - 22 of 22) sorted by relevance

/external/v8/src/
H A Dmachine-type.cc35 case MachineRepresentation::kSimd1x4:
H A Dmachine-type.h32 kSimd1x4, // SIMD boolean vector types. member in class:v8::internal::MachineRepresentation
134 return MachineType(MachineRepresentation::kSimd1x4, MachineSemantic::kNone);
190 return MachineType(MachineRepresentation::kSimd1x4, MachineSemantic::kNone);
227 case MachineRepresentation::kSimd1x4:
/external/v8/src/compiler/
H A Dmachine-operator.cc670 case MachineRepresentation::kSimd1x4:
756 case MachineRepresentation::kSimd1x4:
776 case MachineRepresentation::kSimd1x4:
824 case MachineRepresentation::kSimd1x4:
H A Dinstruction-selector.h268 MarkAsRepresentation(MachineRepresentation::kSimd1x4, node);
H A Dinstruction.cc213 case MachineRepresentation::kSimd1x4:
902 case MachineRepresentation::kSimd1x4:
H A Dload-elimination.cc838 case MachineRepresentation::kSimd1x4:
1043 case MachineRepresentation::kSimd1x4:
H A Dmachine-graph-verifier.cc773 case MachineRepresentation::kSimd1x4:
H A Drepresentation-change.cc174 case MachineRepresentation::kSimd1x4:
H A Dinstruction.h487 case MachineRepresentation::kSimd1x4:
H A Djs-native-context-specialization.cc1631 case MachineRepresentation::kSimd1x4:
H A Dregister-allocator.cc89 case MachineRepresentation::kSimd1x4:
H A Dsimplified-lowering.cc142 case MachineRepresentation::kSimd1x4:
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc267 case MachineRepresentation::kSimd1x4: // Fall through.
355 case MachineRepresentation::kSimd1x4: // Fall through.
1207 case MachineRepresentation::kSimd1x4: // Fall through.
1260 case MachineRepresentation::kSimd1x4: // Fall through.
1311 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc237 case MachineRepresentation::kSimd1x4: // Fall through.
330 case MachineRepresentation::kSimd1x4: // Fall through.
400 case MachineRepresentation::kSimd1x4: // Fall through.
476 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc219 case MachineRepresentation::kSimd1x4: // Fall through.
331 case MachineRepresentation::kSimd1x4: // Fall through.
398 case MachineRepresentation::kSimd1x4: // Fall through.
449 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc198 case MachineRepresentation::kSimd1x4: // Fall through.
291 case MachineRepresentation::kSimd1x4: // Fall through.
361 case MachineRepresentation::kSimd1x4: // Fall through.
413 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc382 case MachineRepresentation::kSimd1x4: // Fall through.
462 case MachineRepresentation::kSimd1x4: // Fall through.
1752 case MachineRepresentation::kSimd1x4: // Fall through.
1805 case MachineRepresentation::kSimd1x4: // Fall through.
1858 case MachineRepresentation::kSimd1x4: // Fall through.
1922 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc431 case MachineRepresentation::kSimd1x4: // Fall through.
519 case MachineRepresentation::kSimd1x4: // Fall through.
685 case MachineRepresentation::kSimd1x4: // Fall through.
732 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc596 case MachineRepresentation::kSimd1x4: // Fall through.
695 case MachineRepresentation::kSimd1x4: // Fall through.
766 case MachineRepresentation::kSimd1x4: // Fall through.
821 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc299 case MachineRepresentation::kSimd1x4: // Fall through.
755 case MachineRepresentation::kSimd1x4: // Fall through.
822 case MachineRepresentation::kSimd1x4: // Fall through.
872 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc223 case MachineRepresentation::kSimd1x4: // Fall through.
258 case MachineRepresentation::kSimd1x4: // Fall through.
413 case MachineRepresentation::kSimd1x4: // Fall through.
471 case MachineRepresentation::kSimd1x4: // Fall through.
/external/v8/src/wasm/
H A Dwasm-opcodes.h42 const ValueType kWasmS1x4 = MachineRepresentation::kSimd1x4;

Completed in 336 milliseconds