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

  /external/v8/src/compiler/
representation-change.h 20 static Truncation Word32() { return Truncation(TruncationKind::kWord32); }
32 return LessGeneral(kind_, TruncationKind::kWord32);
35 return LessGeneral(kind_, TruncationKind::kWord32) ||
57 kWord32,
  /external/v8/test/unittests/compiler/
machine-operator-unittest.cc 36 const MachineRepresentation kMachineReps[] = {MachineRepresentation::kWord32,
50 MachineRepresentation::kWord32, MachineRepresentation::kWord64,
378 MachineOperatorBuilder machine(zone(), MachineRepresentation::kWord32);
  /external/v8/src/
machine-type.h 23 kWord32,
70 return (kPointerSize == 4) ? MachineRepresentation::kWord32
101 return MachineType(MachineRepresentation::kWord32, MachineSemantic::kInt32);
104 return MachineType(MachineRepresentation::kWord32,
135 return MachineType(MachineRepresentation::kWord32, MachineSemantic::kNone);
184 case MachineRepresentation::kWord32:

Completed in 38 milliseconds