Home
last modified time | relevance | path

Searched refs:Word32 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Drepresentation-change.h20 static Truncation Word32() { return Truncation(TruncationKind::kWord32); } in Word32() function
130 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32()); in TruncatingWord32()
183 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32(), in CheckedNumberAsWord32()
191 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32(), in CheckedNumberOrOddballAsWord32()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonFixupKinds.h121 Word32 = 0xffffffff, enumerator
/external/v8/
DChangeLog20398 [turbofan] Truncation of Bit/Word8/16 to Word32 is a no-op (Chromium