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

  /external/v8/src/
machine-type.cc 37 case MachineRepresentation::kSimd1x8:
machine-type.h 33 kSimd1x8,
137 return MachineType(MachineRepresentation::kSimd1x8, MachineSemantic::kNone);
193 return MachineType(MachineRepresentation::kSimd1x8, MachineSemantic::kNone);
229 case MachineRepresentation::kSimd1x8:
  /external/v8/src/compiler/
machine-operator.cc     [all...]
instruction-selector.h 275 MarkAsRepresentation(MachineRepresentation::kSimd1x8, node);
instruction.cc 216 case MachineRepresentation::kSimd1x8:
903 case MachineRepresentation::kSimd1x8:
    [all...]
load-elimination.cc 839 case MachineRepresentation::kSimd1x8:
    [all...]
machine-graph-verifier.cc 774 case MachineRepresentation::kSimd1x8:
representation-change.cc 175 case MachineRepresentation::kSimd1x8:
    [all...]
instruction.h 488 case MachineRepresentation::kSimd1x8:
    [all...]
js-native-context-specialization.cc     [all...]
register-allocator.cc 90 case MachineRepresentation::kSimd1x8:
    [all...]
simplified-lowering.cc 143 case MachineRepresentation::kSimd1x8:
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 268 case MachineRepresentation::kSimd1x8: // Fall through.
356 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 238 case MachineRepresentation::kSimd1x8: // Fall through.
331 case MachineRepresentation::kSimd1x8: // Fall through.
401 case MachineRepresentation::kSimd1x8: // Fall through.
477 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 220 case MachineRepresentation::kSimd1x8: // Fall through.
332 case MachineRepresentation::kSimd1x8: // Fall through.
399 case MachineRepresentation::kSimd1x8: // Fall through.
450 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 199 case MachineRepresentation::kSimd1x8: // Fall through.
292 case MachineRepresentation::kSimd1x8: // Fall through.
362 case MachineRepresentation::kSimd1x8: // Fall through.
414 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 383 case MachineRepresentation::kSimd1x8: // Fall through.
463 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 432 case MachineRepresentation::kSimd1x8: // Fall through.
520 case MachineRepresentation::kSimd1x8: // Fall through.
686 case MachineRepresentation::kSimd1x8: // Fall through.
733 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 597 case MachineRepresentation::kSimd1x8: // Fall through.
696 case MachineRepresentation::kSimd1x8: // Fall through.
767 case MachineRepresentation::kSimd1x8: // Fall through.
822 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 300 case MachineRepresentation::kSimd1x8: // Fall through.
756 case MachineRepresentation::kSimd1x8: // Fall through.
823 case MachineRepresentation::kSimd1x8: // Fall through.
873 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 224 case MachineRepresentation::kSimd1x8: // Fall through.
259 case MachineRepresentation::kSimd1x8: // Fall through.
414 case MachineRepresentation::kSimd1x8: // Fall through.
472 case MachineRepresentation::kSimd1x8: // Fall through.
    [all...]
  /external/v8/src/wasm/
wasm-opcodes.h 43 const ValueType kWasmS1x8 = MachineRepresentation::kSimd1x8;

Completed in 1014 milliseconds