Home
last modified time | relevance | path

Searched refs:AluUnary (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dassembler.rs15 AluBinary, AluUnary, Call, Endian, JumpConditional, JumpUnconditional, LoadAbs, LoadImm,
29 AluUnary, enumerator
94 entry("neg", AluUnary, ebpf::NEG64); in make_instruction_map()
95 entry("neg32", AluUnary, ebpf::NEG32); in make_instruction_map()
96 entry("neg64", AluUnary, ebpf::NEG64); in make_instruction_map()
192 (AluUnary, Register(dst), Nil, Nil) => insn(opc, dst, 0, 0, 0), in encode()