Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DRegisterValue.cs95 if(v.TryGetBytesForInt(8, out var bytes)) in operator ulong()
109 if(v.TryGetBytesForInt(4, out var bytes)) in operator uint()
128 if(v.TryGetBytesForInt(2, out var bytes)) in operator ushort()
147 if(v.TryGetBytesForInt(1, out var bytes)) in operator byte()
167 private bool TryGetBytesForInt(int size, out byte[] bytes) in TryGetBytesForInt() method