HomeSort by relevance Sort by last modified time
    Searched defs:kWord64 (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
representation-change.h 21 static Truncation Word64() { return Truncation(TruncationKind::kWord64); }
40 LessGeneral(kind_, TruncationKind::kWord64);
58 kWord64,
  /external/v8/test/unittests/compiler/
machine-operator-unittest.cc 37 MachineRepresentation::kWord64};
50 MachineRepresentation::kWord32, MachineRepresentation::kWord64,
400 MachineOperatorBuilder machine(zone(), MachineRepresentation::kWord64);
  /external/v8/src/
machine-type.h 24 kWord64,
71 : MachineRepresentation::kWord64;
108 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kInt64);
111 return MachineType(MachineRepresentation::kWord64,
138 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kNone);
187 case MachineRepresentation::kWord64:

Completed in 76 milliseconds