/external/v8/src/ |
D | machine-type.h | 27 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()
|
D | machine-type.cc | 29 case MachineRepresentation::kSimd128: in operator <<()
|
/external/v8/src/compiler/ |
D | instruction.h | 468 case MachineRepresentation::kSimd128: in IsSupportedRepresentation() 565 MachineRepresentation::kSimd128; in IsSimd128Register() 603 MachineRepresentation::kSimd128; in IsSimd128StackSlot()
|
D | instruction.cc | 179 case MachineRepresentation::kSimd128: in operator <<() 795 case MachineRepresentation::kSimd128: in FilterRepresentation()
|
D | representation-change.cc | 158 case MachineRepresentation::kSimd128: // Fall through. in GetRepresentationFor()
|
D | machine-operator.cc | 411 V(kSimd128) \
|
D | simplified-lowering.cc | 83 case MachineRepresentation::kSimd128: // Fall through. in TruncatingUseInfoFromRepresentation() 141 case MachineRepresentation::kSimd128: in MachineRepresentationIsSubtype() 142 return r2 == MachineRepresentation::kSimd128 || in MachineRepresentationIsSubtype()
|
D | register-allocator.cc | 111 case MachineRepresentation::kSimd128: in GetByteWidth()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 229 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/ |
D | instruction-selector-s390.cc | 196 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/ |
D | instruction-selector-arm64.cc | 126 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/ |
D | instruction-selector-ppc.cc | 204 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/ |
D | instruction-selector-x87.cc | 190 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/ |
D | instruction-selector-mips64.cc | 167 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/ |
D | instruction-selector-arm.cc | 373 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/ |
D | instruction-selector-x64.cc | 168 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/ |
D | instruction-selector-mips.cc | 160 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/ |
D | wasm-opcodes.h | 48 const LocalType kAstS128 = MachineRepresentation::kSimd128;
|