Searched defs:InstructionType (Results 1 – 1 of 1) sorted by relevance
27 enum InstructionType { enum187 fn encode(inst_type: InstructionType, opc: u8, operands: &[Operand]) -> Result<Insn, String> { in encode()