Searched refs:NoOperand (Results 1 – 1 of 1) sorted by relevance
/DragonOS/kernel/crates/rbpf/src/ |
H A D | assembler.rs | 16 LoadInd, LoadReg, NoOperand, StoreImm, StoreReg, 40 NoOperand, enumerator 88 entry("exit", NoOperand, ebpf::EXIT); in make_instruction_map() 198 (NoOperand, Nil, Nil, Nil) => insn(opc, 0, 0, 0, 0), in encode()
|