Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DRSAServiceProvider.cs41 …00_BigIntegerHelper.CreateBigIntegerFromMemory(manager, (long)RSARegisters.Operand, operandLength); in ModularReduction()
44 …ntegerHelper.StoreBigIntegerBytes(manager, modulusLength, resultBytes, (long)RSARegisters.Operand); in ModularReduction()
96 Operand = 0x10, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs507 Operand = (byte)instr in DecodeCommand()
531 device.Transmit(cmd.Operand); in HandleCommand()
537 ? cmd.Operand in HandleCommand()
687 public byte Operand; field