Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DVeeR_EL2.cs62 var offset = Convert.ToUInt64(csr); in CreateCSRStub()
63 RegisterCSR(Convert.ToUInt64(csr), in CreateCSRStub()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DRangeToken.cs40 ? Convert.ToUInt64(input[i].Split('x')[1], 16) in ParseNumbers()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DEnumConverter.cs19 public static readonly Func<TEnum, ulong> ToUInt64 = GenerateUInt64Converter(); field in Antmicro.Renode.Utilities.TEnum
DBitHelper.cs594 public static ulong ToUInt64(byte[] data, int index, int length, bool reverse) in ToUInt64() method in Antmicro.Renode.Utilities.BitHelper
610 return (uint)ToUInt64(data, index, length, reverse); in ToUInt32()
DMisc.cs1201 if((Convert.ToUInt64(enumeration) & Convert.ToUInt64(value)) != 0) in PrettyPrintFlagsEnum()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DAddress.cs78 return BitConverter.ToUInt64(Bytes.ToArray(), 0); in GetValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DCPURegister.cs60 result = BitConverter.ToUInt64(bytesWithPadding, 0); in ValueFromBytes()
DRegisterValue.cs97 return BitConverter.ToUInt64(bytes, 0); in operator ulong()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DWriteDataToMemoryCommand.cs60 …var val = BitHelper.ToUInt64(data, startingIndex, (int)access.Length, reverse: manager.Cpu.Endiann… in WriteData()
DTrace32Commands.cs74 …var value = BitHelper.ToUInt64(valueBytes, index: 0, length: sizeInBytes, reverse: cpu.Endianness … in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs47 var result = BitConverter.ToUInt64(array, intOffset); in ReadQuadWord()
DMappedMemory.cs249 return BitConverter.ToUInt64(bytes, 0); in ReadQuadWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/
DDmaEngine.cs170 …sysbus.WriteQuadWord(destinationAddress + offset, BitConverter.ToUInt64(buffer, transferred), cont… in IssueCopy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterField.cs70 return EnumConverter<TEnum>.ToUInt64(value); in ToBinary()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSAM_PDC.cs459 …quadWordPeripheral.DmaQuadWordWrite(BitConverter.ToUInt64(transmitterBuffer, transmitterBufferOffs… in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs417 (Func<ulong, ulong>)Convert.ToUInt64, in testAllTranslatedAccesses()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs314 return BitConverter.ToUInt64(sourceAddressTable, 8 * i); in GetSourceAddressMatchingExtendedAddress()
DEFR32xG24_Radio.cs4408 …return Convert.ToUInt64((timeUs * (double)PROTIMER_GetPreCntOverflowFrequency()) / (double)Microse… in PROTIMER_UsToPreCntOverflowTicks()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs749 var attrValue = BitConverter.ToUInt64(request, 4); in HandleQueryFunctionWriteAttribute()