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

  /external/v8/src/compiler/
representation-change.h 21 static Truncation Word64() { return Truncation(TruncationKind::kWord64); }
46 LessGeneral(kind_, TruncationKind::kWord64);
64 kWord64,
133 return UseInfo(MachineRepresentation::kWord64, Truncation::Word64());
  /external/v8/src/
machine-type.h 24 kWord64,
87 : MachineRepresentation::kWord64;
116 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kInt64);
119 return MachineType(MachineRepresentation::kWord64,
178 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kNone);
219 case MachineRepresentation::kWord64:
293 case MachineRepresentation::kWord64:

Completed in 76 milliseconds