Searched defs:AddOpcode (Results 1 – 2 of 2) sorted by relevance
16 …public void AddOpcode(byte value, int opcodeLength, Func<TInstruction> newInstruction, int bitNumb… in AddOpcode() method in Antmicro.Renode.Utilities.SimpleInstructionDecoder
101 …public static void AddOpcode(FlatBufferBuilder builder, uint opcode) { builder.AddUint(1, opcode, … in AddOpcode() method