Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSimpleInstructionDecoder.cs16 …public void AddOpcode(byte value, int opcodeLength, Func<TInstruction> newInstruction, int bitNumb… in AddOpcode() method in Antmicro.Renode.Utilities.SimpleInstructionDecoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstruction.cs101 …public static void AddOpcode(FlatBufferBuilder builder, uint opcode) { builder.AddUint(1, opcode, … in AddOpcode() method