Home
last modified time | relevance | path

Searched defs:Instruction (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstruction.cs11 public struct Instruction : IFlatbufferObject struct
13 private Table __p;
14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_23_1_4(); } in ValidateVersion()
16 …ction GetRootAsInstruction(ByteBuffer _bb) { return GetRootAsInstruction(_bb, new Instruction()); } in GetRootAsInstruction()
17 …ffer _bb, Instruction obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsInstruction()
18 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init()
19 public Instruction __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
21 …dr { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos) : (ulong)0; } }
22 …code { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetUint(o + __p.bb_pos) : (uint)0; } }
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs80 private abstract class Instruction class in Antmicro.Renode.Peripherals.DMA.PL330_DMA
157 …protected Instruction(PL330_DMA parent, uint length = 1, bool usableByChannel = true, bool usableB… in Instruction() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.Instruction
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSTM32H7_QuadSPI.cs652 Instruction, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs893 private abstract class Instruction class in Antmicro.Renode.Peripherals.Wireless.CC2520
913 protected Instruction() in Instruction() method in Antmicro.Renode.Peripherals.Wireless.CC2520.Instruction