Searched refs:JumpConditional (Results 1 – 1 of 1) sorted by relevance
/DragonOS/kernel/crates/rbpf/src/ |
H A D | assembler.rs | 15 AluBinary, AluUnary, Call, Endian, JumpConditional, JumpUnconditional, LoadAbs, LoadImm, 37 JumpConditional, enumerator 136 entry(name, JumpConditional, ebpf::BPF_JMP | condition); in make_instruction_map() 139 JumpConditional, in make_instruction_map() 200 (JumpConditional, Register(dst), Register(src), Integer(off)) => { in encode() 203 (JumpConditional, Register(dst), Integer(imm), Integer(off)) => { in encode()
|