Searched refs:encode (Results 1 – 1 of 1) sorted by relevance
187 fn encode(inst_type: InstructionType, opc: u8, operands: &[Operand]) -> Result<Insn, String> { in encode() function220 match encode(inst_type, opc, &instruction.operands) { in assemble_internal()