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

  /external/v8/src/
machine-type.cc 39 case MachineRepresentation::kSimd1x16:
machine-type.h 34 kSimd1x16,
36 kLastRepresentation = kSimd1x16
140 return MachineType(MachineRepresentation::kSimd1x16,
196 return MachineType(MachineRepresentation::kSimd1x16,
231 case MachineRepresentation::kSimd1x16:
  /external/v8/src/compiler/
machine-operator.cc     [all...]
instruction-selector.h 282 MarkAsRepresentation(MachineRepresentation::kSimd1x16, node);
instruction.cc 219 case MachineRepresentation::kSimd1x16:
904 case MachineRepresentation::kSimd1x16:
    [all...]
load-elimination.cc 840 case MachineRepresentation::kSimd1x16:
    [all...]
machine-graph-verifier.cc 775 case MachineRepresentation::kSimd1x16:
representation-change.cc 176 case MachineRepresentation::kSimd1x16:
    [all...]
instruction.h 489 case MachineRepresentation::kSimd1x16:
    [all...]
js-native-context-specialization.cc     [all...]
register-allocator.cc 91 case MachineRepresentation::kSimd1x16:
    [all...]
simplified-lowering.cc 144 case MachineRepresentation::kSimd1x16:
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 269 case MachineRepresentation::kSimd1x16: // Fall through.
357 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 239 case MachineRepresentation::kSimd1x16: // Fall through.
332 case MachineRepresentation::kSimd1x16: // Fall through.
402 case MachineRepresentation::kSimd1x16: // Fall through.
478 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 221 case MachineRepresentation::kSimd1x16: // Fall through.
333 case MachineRepresentation::kSimd1x16: // Fall through.
400 case MachineRepresentation::kSimd1x16: // Fall through.
451 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 200 case MachineRepresentation::kSimd1x16: // Fall through.
293 case MachineRepresentation::kSimd1x16: // Fall through.
363 case MachineRepresentation::kSimd1x16: // Fall through.
415 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 384 case MachineRepresentation::kSimd1x16: // Fall through.
464 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 433 case MachineRepresentation::kSimd1x16: // Fall through.
521 case MachineRepresentation::kSimd1x16: // Fall through.
687 case MachineRepresentation::kSimd1x16: // Fall through.
734 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 598 case MachineRepresentation::kSimd1x16: // Fall through.
697 case MachineRepresentation::kSimd1x16: // Fall through.
768 case MachineRepresentation::kSimd1x16: // Fall through.
823 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 301 case MachineRepresentation::kSimd1x16: // Fall through.
757 case MachineRepresentation::kSimd1x16: // Fall through.
824 case MachineRepresentation::kSimd1x16: // Fall through.
874 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 225 case MachineRepresentation::kSimd1x16: // Fall through.
260 case MachineRepresentation::kSimd1x16: // Fall through.
415 case MachineRepresentation::kSimd1x16: // Fall through.
473 case MachineRepresentation::kSimd1x16: // Fall through.
    [all...]
  /external/v8/src/wasm/
wasm-opcodes.h 44 const ValueType kWasmS1x16 = MachineRepresentation::kSimd1x16;

Completed in 265 milliseconds