Searched refs:newInstruction (Results 1 – 1 of 1) sorted by relevance
16 …public void AddOpcode(byte value, int opcodeLength, Func<TInstruction> newInstruction, int bitNumb… in AddOpcode() argument31 this.instruction = newInstruction; in AddOpcode()55 children[nextBit ? 1 : 0].AddOpcode(value, opcodeLength, newInstruction, bitNumber); in AddOpcode()