Home
last modified time | relevance | path

Searched refs:kSimd128 (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Dmachine-type.h27 kSimd128, enumerator
89 return MachineType(MachineRepresentation::kSimd128, MachineSemantic::kNone); in Simd128()
151 return MachineType(MachineRepresentation::kSimd128, MachineSemantic::kNone); in RepSimd128()
181 rep == MachineRepresentation::kSimd128; in IsFloatingPoint()
198 case MachineRepresentation::kSimd128: in ElementSizeLog2Of()
Dmachine-type.cc29 case MachineRepresentation::kSimd128: in operator <<()
/external/v8/src/compiler/
Dinstruction.h468 case MachineRepresentation::kSimd128: in IsSupportedRepresentation()
565 MachineRepresentation::kSimd128; in IsSimd128Register()
603 MachineRepresentation::kSimd128; in IsSimd128StackSlot()
Dinstruction.cc179 case MachineRepresentation::kSimd128: in operator <<()
795 case MachineRepresentation::kSimd128: in FilterRepresentation()
Drepresentation-change.cc158 case MachineRepresentation::kSimd128: // Fall through. in GetRepresentationFor()
Dmachine-operator.cc411 V(kSimd128) \
Dsimplified-lowering.cc83 case MachineRepresentation::kSimd128: // Fall through. in TruncatingUseInfoFromRepresentation()
141 case MachineRepresentation::kSimd128: in MachineRepresentationIsSubtype()
142 return r2 == MachineRepresentation::kSimd128 || in MachineRepresentationIsSubtype()
Dregister-allocator.cc111 case MachineRepresentation::kSimd128: in GetByteWidth()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc229 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
313 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
368 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
415 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc196 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
296 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
347 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
392 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc126 DCHECK_NE(MachineRepresentation::kSimd128, rep); in CanBeLoadStoreShiftImmediate()
487 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
595 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
651 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
701 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc204 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
305 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
357 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
403 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc190 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
274 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
329 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
376 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc167 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
248 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
1425 case MachineRepresentation::kSimd128: in VisitCheckedLoad()
1475 case MachineRepresentation::kSimd128: in VisitCheckedStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc373 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
471 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
524 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
566 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc168 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
253 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
300 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
353 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc160 case MachineRepresentation::kSimd128: // Fall through. in VisitLoad()
239 case MachineRepresentation::kSimd128: // Fall through. in VisitStore()
1020 case MachineRepresentation::kSimd128: // Fall through. in VisitCheckedLoad()
/external/v8/src/wasm/
Dwasm-opcodes.h48 const LocalType kAstS128 = MachineRepresentation::kSimd128;