Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 42) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DPRESENTCipher.cs17 …static public ulong Scramble(ulong data, ulong key, int width = OriginalDataWidth, uint rounds = O… in Scramble()
39 …static public ulong Descramble(ulong data, ulong key, int width = OriginalDataWidth, uint rounds =… in Descramble()
61 static private ulong Substitute(ulong data, int width, ulong[] coefficients) in Substitute()
76 static private ulong Permutate(ulong data, int width) in Permutate()
92 static private ulong ReversePermutate(ulong data, int width) in ReversePermutate()
DPRINCECipher.cs16 …static public ulong Scramble(ulong data, ulong k1, ulong k0, int width = OriginalDataWidth, uint r… in Scramble()
59 static private ulong Substitute(ulong data, int width, ulong[] coefficients) in Substitute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs42 public static ulong Bits(int position, int width) in Bits()
61 public static uint SetBitsFrom(uint source, uint newValue, int position, int width) in SetBitsFrom()
68 public static ulong SetBitsFrom(ulong source, ulong newValue, int position, int width) in SetBitsFrom()
95 public static void ClearBits(ref uint reg, int position, int width) in ClearBits()
105 public static void ClearBits(ref ulong reg, int position, int width) in ClearBits()
115 public static void SetBits(ref uint reg, int position, int width) in SetBits()
125 public static void SetBits(ref ulong reg, int position, int width) in SetBits()
135 …public static void ReplaceBits(ref uint destination, uint source, int width, int destinationPositi… in ReplaceBits()
151 …public static void ReplaceBits(ref ulong destination, ulong source, int width, int destinationPosi… in ReplaceBits()
170 …public static byte ReplaceBits(this byte destination, byte source, int width, int destinationPosit… in ReplaceBits()
[all …]
DBitBangHelper.cs14 …public BitBangHelper(int width, bool outputMsbFirst = false, IEmulationElement loggingParent = nul… in BitBangHelper()
81 public Encoder(int width, IEmulationElement loggingParent = null) in Encoder()
130 public Decoder(int width, bool msbFirst = false, IEmulationElement loggingParent = null) in Decoder()
DBitPatternDetector.cs16 …public BitPatternDetector(int width, IPeripheral loggingParent = null) : this(new bool[width], log… in BitPatternDetector()
DVideoCapturer.cs109 public static Tuple<int, int> SetImageSize(int width, int height) in SetImageSize()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCV32E40P.cs132 … private void LoadRegisterImmediate(ulong opcode, Width width, BitExtension extension, string log) in LoadRegisterImmediate()
146 …private void LoadRegisterRegister(ulong opcode, Width width, BitExtension extension, string log, b… in LoadRegisterRegister()
166 private void StoreRegisterImmediate(ulong opcode, Width width, string log) in StoreRegisterImmediate()
180 …private void StoreRegisterRegister(ulong opcode, Width width, string log, bool postIncrement = fal… in StoreRegisterRegister()
233 …pulateBitsInRegister(ulong opcode, Source source, Operation operation, Width width, Sign sign, str… in ManipulateBitsInRegister()
302 private ulong ExtractBits(Width width, Sign sign, int is2, int is3, ulong rs1Value) in ExtractBits()
349 private void SetMemValue(Width width, ulong value, ulong address) in SetMemValue()
368 private ulong GetMemValue(Width width, BitExtension extension, ulong address) in GetMemValue()
DAndes_AndeStarV5Extension.cs61 …private void ReadFromMemoryToRegister(ulong opcode, AccessWidth width, Func<ulong, ulong> extracto… in ReadFromMemoryToRegister()
98 …private void WriteRegisterToMemory(ulong opcode, AccessWidth width, Func<ulong, ulong> extractor, … in WriteRegisterToMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusHookHandler.cs16 public BusHookHandler(BusHookDelegate action, SysbusAccessWidth width) in BusHookHandler()
39 private readonly SysbusAccessWidth width; field in Antmicro.Renode.Peripherals.Bus.BusHookHandler
DSVDParser.cs84 public bool TryReadAccess(ulong offset, out ulong value, SysbusAccessWidth width) in TryReadAccess()
110 public bool TryWriteAccess(ulong offset, ulong value, SysbusAccessWidth width) in TryWriteAccess()
138 …private void LogWriteRequests(ulong value, ulong offset, SysbusAccessWidth width, ref bool weHaveI… in LogWriteRequests()
163 … private ulong AssembleValueFromRegisters(ulong offset, SysbusAccessWidth width, ref bool weHaveIt) in AssembleValueFromRegisters()
219 …s(ulong value, string peripheralName, string name, ulong offset, SysbusAccessWidth width, ulong? o… in LogReadSuccess()
241 …s(ulong value, string peripheralName, string name, ulong offset, SysbusAccessWidth width, bool wri… in LogWriteSuccess()
269 …id LogReadFail(string peripheralName, string name, ulong offset, SysbusAccessWidth width, ulong? o… in LogReadFail()
290 …l(ulong value, string peripheralName, string name, ulong offset, SysbusAccessWidth width, ulong? o… in LogWriteFail()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs118 … void AccessWatchpointHook(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth width, ulong va… in AccessWatchpointHook()
126 …e void WriteWatchpointHook(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth width, ulong va… in WriteWatchpointHook()
131 …te void ReadWatchpointHook(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth width, ulong va… in ReadWatchpointHook()
193 …public WatchpointDescriptor(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate… in WatchpointDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs121 …ufferTester WaitForFrameROI(string fileName, uint startX, uint startY, uint width, uint height, fl… in WaitForFrameROI()
128 …public FrameBufferTester WaitForFrameROI(byte[] frame, uint startX, uint startY, uint width, uint … in WaitForFrameROI()
182 …private void HandleConfigurationChange(int width, int height, Backends.Display.PixelFormat format,… in HandleConfigurationChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterField.cs38 …public ValueRegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode,… in ValueRegisterField()
57 …public EnumRegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode, … in EnumRegisterField()
164 …protected RegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode, A… in RegisterField()
194 public readonly int width; field in Antmicro.Renode.Core.Structure.Registers.PeripheralRegister.RegisterField
198 …protected RegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode, s… in RegisterField()
DPeripheralRegister.cs483 public void Reserved(int position, int width, ulong? allowedValue = null) in Reserved()
495 public void Tag(string name, int position, int width, ulong? allowedValue = null) in Tag()
559 …public IValueRegisterField DefineValueField(int position, int width, FieldMode mode = FieldMode.Re… in DefineValueField()
610 … protected PeripheralRegister(IPeripheral parent, ulong resetValue, bool softResettable, int width) in PeripheralRegister()
838 private void ThrowIfRangeIllegal(int position, int width, string name) in ThrowIfRangeIllegal()
859 private void ThrowIfZeroWidth(int position, int width, string name) in ThrowIfZeroWidth()
867 … private void ThrowIfAllowedValueDoesNotFitInWidth(int width, ulong allowedValue, string name) in ThrowIfAllowedValueDoesNotFitInWidth()
885 private void MarkNonResettable(int position, int width) in MarkNonResettable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DIDisplay.cs16 void SetDisplayParameters(int width, int height, PixelFormat colorFormat); in SetDisplayParameters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/
DHostCamera.cs98 public void SetImageSize(int width, int height) in SetImageSize()
177 …private static byte[] CompressRawToJpeg(byte[] input, int width, int height, int scale, int qualit… in CompressRawToJpeg() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DST_I2CSensorBase.cs37 protected short CalculateScale(int minVal, int maxVal, int width) in CalculateScale()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DVideoBackend.cs32 …private void HandleConfigurationChanged(int width, int height, PixelFormat format, Endianess endia… in HandleConfigurationChanged()
DAutoRepaintingVideo.cs95 …protected void Reconfigure(int? width = null, int? height = null, PixelFormat? format = null, bool… in Reconfigure()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DSystemBusHooksExtensions.cs36 …oid AddWatchpointHook(this IBusController sysbus, ulong address, SysbusAccessWidth width, Access a… in AddWatchpointHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs689 public void InitSignal(IPeripheral parent, string name, TEnum signal, uint width = 0, in InitSignal()
747 public void SetCPUIndexedSignalsWidth(uint width) in SetCPUIndexedSignalsWidth()
765 public Signal(IPeripheral parent, TEnum signal, uint width, ulong resetValue = 0x0) in Signal()
877 private uint width; field in Antmicro.Renode.Peripherals.Miscellaneous.ArmSignalsUnit.TEnum
885 …c static SignalWithImmediateEffect<TEnum> CreateInput(IPeripheral parent, TEnum signal, uint width, in CreateInput()
895 …hImmediateEffect<TEnum> CreateOutput(IPeripheral parent, TEnum signal, uint width, Func<ulong, ulo… in CreateOutput()
904 …private SignalWithImmediateEffect(IPeripheral parent, TEnum signal, uint width, Func<ulong, ulong>… in SignalWithImmediateEffect()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlash.cs273 private uint HandleRead(long offset, int width) in HandleRead()
404 private void HandleProgramByte(long offset, uint value, int width) in HandleProgramByte()
457 private void HandleMultiByteWrite(long offset, uint value, int width) in HandleMultiByteWrite()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32_Timer.cs18 public EFR32_Timer(IMachine machine, long frequency, TimerWidth width) : base(machine) in EFR32_Timer()
141 private TimerWidth width; field in Antmicro.Renode.Peripherals.Timers.EFR32_Timer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DRenesasRZG_SPI.cs253 private uint HandleDataRead(AccessWidth width) in HandleDataRead()
294 private void HandleDataWrite(AccessWidth width, uint value) in HandleDataWrite()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs37 public static byte[] ToByteArray(this BigInteger bi, int width) in ToByteArray()
53 public static string ToLongString(this BigInteger bi, int width) in ToLongString()

12