Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs555 private ExecutionResult EvaluateOpcodeJump(ushort instr) in EvaluateOpcodeJump()
622 …private bool TryEvaluateSingleOperand(ushort instr, int destination, AccessWidth accessWidth, Addr… in TryEvaluateSingleOperand()
1099 …private bool TryEvaluateDoubleOperand(uint instr, int destination, AccessWidth accessWidth, Addres… in TryEvaluateDoubleOperand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs501 private IPCommandDescriptor DecodeCommand(short instr) in DecodeCommand()