HomeSort by relevance Sort by last modified time
    Searched refs:kSimd1x4 (Results 1 - 22 of 22) sorted by null

  /external/v8/src/
machine-type.cc 35 case MachineRepresentation::kSimd1x4:
machine-type.h 32 kSimd1x4, // SIMD boolean vector types.
134 return MachineType(MachineRepresentation::kSimd1x4, MachineSemantic::kNone);
190 return MachineType(MachineRepresentation::kSimd1x4, MachineSemantic::kNone);
227 case MachineRepresentation::kSimd1x4:
  /external/v8/src/compiler/
machine-operator.cc     [all...]
instruction-selector.h 268 MarkAsRepresentation(MachineRepresentation::kSimd1x4, node);
instruction.cc 213 case MachineRepresentation::kSimd1x4:
902 case MachineRepresentation::kSimd1x4:
    [all...]
load-elimination.cc 838 case MachineRepresentation::kSimd1x4:
    [all...]
machine-graph-verifier.cc 773 case MachineRepresentation::kSimd1x4:
representation-change.cc 174 case MachineRepresentation::kSimd1x4:
    [all...]
instruction.h 487 case MachineRepresentation::kSimd1x4:
    [all...]
js-native-context-specialization.cc     [all...]
register-allocator.cc 89 case MachineRepresentation::kSimd1x4:
    [all...]
simplified-lowering.cc 142 case MachineRepresentation::kSimd1x4:
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 267 case MachineRepresentation::kSimd1x4: // Fall through.
355 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 237 case MachineRepresentation::kSimd1x4: // Fall through.
330 case MachineRepresentation::kSimd1x4: // Fall through.
400 case MachineRepresentation::kSimd1x4: // Fall through.
476 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 219 case MachineRepresentation::kSimd1x4: // Fall through.
331 case MachineRepresentation::kSimd1x4: // Fall through.
398 case MachineRepresentation::kSimd1x4: // Fall through.
449 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 198 case MachineRepresentation::kSimd1x4: // Fall through.
291 case MachineRepresentation::kSimd1x4: // Fall through.
361 case MachineRepresentation::kSimd1x4: // Fall through.
413 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 382 case MachineRepresentation::kSimd1x4: // Fall through.
462 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 431 case MachineRepresentation::kSimd1x4: // Fall through.
519 case MachineRepresentation::kSimd1x4: // Fall through.
685 case MachineRepresentation::kSimd1x4: // Fall through.
732 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 596 case MachineRepresentation::kSimd1x4: // Fall through.
695 case MachineRepresentation::kSimd1x4: // Fall through.
766 case MachineRepresentation::kSimd1x4: // Fall through.
821 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 299 case MachineRepresentation::kSimd1x4: // Fall through.
755 case MachineRepresentation::kSimd1x4: // Fall through.
822 case MachineRepresentation::kSimd1x4: // Fall through.
872 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 223 case MachineRepresentation::kSimd1x4: // Fall through.
258 case MachineRepresentation::kSimd1x4: // Fall through.
413 case MachineRepresentation::kSimd1x4: // Fall through.
471 case MachineRepresentation::kSimd1x4: // Fall through.
    [all...]
  /external/v8/src/wasm/
wasm-opcodes.h 42 const ValueType kWasmS1x4 = MachineRepresentation::kSimd1x4;

Completed in 1853 milliseconds