Searched defs:Instruction (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/ |
| D | Instruction.cs | 11 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/ |
| D | PL330_DMA_Instructions.cs | 80 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/ |
| D | STM32H7_QuadSPI.cs | 652 Instruction, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | CC2520.cs | 893 private abstract class Instruction class in Antmicro.Renode.Peripherals.Wireless.CC2520 913 protected Instruction() in Instruction() method in Antmicro.Renode.Peripherals.Wireless.CC2520.Instruction
|