Searched refs:SimpleInstructionDecoder (Results 1 – 3 of 3) sorted by relevance
11 public class SimpleInstructionDecoder<TInstruction> class46 children = new SimpleInstructionDecoder<TInstruction>[2]; in AddOpcode()47 children[0] = new SimpleInstructionDecoder<TInstruction>(); in AddOpcode()48 children[1] = new SimpleInstructionDecoder<TInstruction>(); in AddOpcode()84 private SimpleInstructionDecoder<TInstruction>[] children;
78 …private SimpleInstructionDecoder<Instruction> decoderRoot = new SimpleInstructionDecoder<Instructi…
871 …private SimpleInstructionDecoder<Instruction> decoderRoot = new SimpleInstructionDecoder<Instructi…