HomeSort by relevance Sort by last modified time
    Searched refs:kSimd128 (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/src/compiler/
gap-resolver.h 30 : assembler_(assembler), split_rep_(MachineRepresentation::kSimd128) {}
simd-scalar-lowering.cc 112 if (signature->GetParam(i) == MachineRepresentation::kSimd128) {
133 if (signature->GetReturn(i) == MachineRepresentation::kSimd128) {
151 if (rep == MachineRepresentation::kSimd128) {
184 if (rep == MachineRepresentation::kSimd128) {
267 MachineRepresentation::kSimd128) {
364 if (rep == MachineRepresentation::kSimd128) {
501 if (rep == MachineRepresentation::kSimd128) {
move-optimizer.cc 65 other_rep2 = MachineRepresentation::kSimd128;
69 other_rep2 = MachineRepresentation::kSimd128;
71 case MachineRepresentation::kSimd128:
gap-resolver.cc 125 split_rep_ = MachineRepresentation::kSimd128;
register-allocator.cc 25 1 << static_cast<int>(MachineRepresentation::kSimd128);
87 case MachineRepresentation::kSimd128:
    [all...]
instruction-selector.h 264 MarkAsRepresentation(MachineRepresentation::kSimd128, node);
machine-graph-verifier.cc 360 MachineRepresentation::kSimd128);
772 case MachineRepresentation::kSimd128:
instruction.h 486 case MachineRepresentation::kSimd128:
601 MachineRepresentation::kSimd128;
641 MachineRepresentation::kSimd128;
    [all...]
instruction.cc 210 case MachineRepresentation::kSimd128:
901 case MachineRepresentation::kSimd128:
    [all...]
load-elimination.cc 852 case MachineRepresentation::kSimd128:
    [all...]
  /external/v8/src/
machine-type.cc 33 case MachineRepresentation::kSimd128:
machine-type.h 31 kSimd128,
131 return MachineType(MachineRepresentation::kSimd128, MachineSemantic::kNone);
187 return MachineType(MachineRepresentation::kSimd128, MachineSemantic::kNone);
225 case MachineRepresentation::kSimd128:
296 case MachineRepresentation::kSimd128:
register-configuration.cc 213 // Assert that kFloat32, kFloat64, and kSimd128 are consecutive values.
214 STATIC_ASSERT(static_cast<int>(MachineRepresentation::kSimd128) ==
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 266 case MachineRepresentation::kSimd128: // Fall through.
354 case MachineRepresentation::kSimd128: // Fall through.
    [all...]
code-generator-mips.cc     [all...]
  /external/v8/src/wasm/
function-body-decoder.cc     [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 236 case MachineRepresentation::kSimd128: // Fall through.
329 case MachineRepresentation::kSimd128: // Fall through.
399 case MachineRepresentation::kSimd128: // Fall through.
475 case MachineRepresentation::kSimd128: // Fall through.
    [all...]
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 218 case MachineRepresentation::kSimd128: // Fall through.
330 case MachineRepresentation::kSimd128: // Fall through.
397 case MachineRepresentation::kSimd128: // Fall through.
448 case MachineRepresentation::kSimd128: // Fall through.
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 197 case MachineRepresentation::kSimd128: // Fall through.
290 case MachineRepresentation::kSimd128: // Fall through.
360 case MachineRepresentation::kSimd128: // Fall through.
412 case MachineRepresentation::kSimd128: // Fall through.
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 381 case MachineRepresentation::kSimd128: // Fall through.
461 case MachineRepresentation::kSimd128: // Fall through.
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
instruction-selector-arm.cc 430 case MachineRepresentation::kSimd128: // Fall through.
518 case MachineRepresentation::kSimd128: // Fall through.
684 case MachineRepresentation::kSimd128: // Fall through.
731 case MachineRepresentation::kSimd128: // Fall through.
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 126 DCHECK_GT(MachineRepresentation::kSimd128, rep);
595 case MachineRepresentation::kSimd128: // Fall through.
694 case MachineRepresentation::kSimd128: // Fall through.
765 case MachineRepresentation::kSimd128: // Fall through.
820 case MachineRepresentation::kSimd128: // Fall through.
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]

Completed in 675 milliseconds

1 2