Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DReadExtensionsTest.cs182 Assert.AreEqual(0x12345678, bytePeripheral.ReadDoubleWordUsingByteBigEndian(0)); in ShouldReadDoubleWordUsingByteBigEndian()
194 Assert.AreEqual(0x34567890, bytePeripheral.ReadDoubleWordUsingByteBigEndian(1)); in ShouldReadDoubleWordUsingByteNotAlignedBigEndian()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.cs160 … public static uint ReadDoubleWordUsingByteBigEndian(this IBytePeripheral peripheral, long address) in ReadDoubleWordUsingByteBigEndian() method in Antmicro.Renode.Core.Extensions.ReadWriteExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1570 …cessNeedsSwap ? (BusAccess.DoubleWordReadMethod)byteWrapper.ReadDoubleWordUsingByteBigEndian : byt… in FillAccessMethodsWithDefaultMethods()
1585 …sNeedsSwap ? (BusAccess.DoubleWordReadMethod)bytePeripheral.ReadDoubleWordUsingByteBigEndian : byt… in FillAccessMethodsWithDefaultMethods()