Home
last modified time | relevance | path

Searched defs:InstructionType (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dassembler.rs27 enum InstructionType { enum
187 fn encode(inst_type: InstructionType, opc: u8, operands: &[Operand]) -> Result<Insn, String> { in encode()