Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonFixupKinds.h120 Word32 = 0xffffffff, enumerator
/external/v8/src/compiler/
Drepresentation-change.h20 static Truncation Word32() { return Truncation(TruncationKind::kWord32); } in Word32() function
Dsimplified-lowering.cc79 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32()); in TruncatingWord32()
111 return UseInfo(MachineRepresentation::kFloat64, Truncation::Word32()); in Float64TruncatingToWord32()
114 return UseInfo(MachineRepresentation::kWord64, Truncation::Word32()); in Word64TruncatingToWord32()
/external/v8/
DChangeLog5247 [turbofan] Truncation of Bit/Word8/16 to Word32 is a no-op (Chromium