Searched refs:SUB64_IMM (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | assembler.rs | 223 insn(ebpf::SUB64_IMM, 1, 0, 0, 2), in test_alu_binary() 281 insn(ebpf::SUB64_IMM, 1, 0, 0, 2), in test_alu_binary()
|
/DragonOS/kernel/crates/rbpf/src/ |
H A D | verifier.rs | 198 ebpf::SUB64_IMM => {} in check()
|
H A D | ebpf.rs | 279 pub const SUB64_IMM: u8 = BPF_ALU64 | BPF_K | BPF_SUB; constant
|
H A D | disassembler.rs | 446 ebpf::SUB64_IMM => { in to_insn_vec()
|
H A D | interpreter.rs | 374 ebpf::SUB64_IMM => reg[_dst] = reg[_dst].wrapping_sub(insn.imm as u64), in execute_program()
|
H A D | jit.rs | 675 ebpf::SUB64_IMM => self.emit_alu64_imm32(mem, 0x81, 5, dst, insn.imm), in jit_compile()
|
H A D | cranelift.rs | 634 ebpf::SUB64_IMM => { in translate_program()
|