Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs224 insn(ebpf::MUL64_IMM, 1, 0, 0, 2), in test_alu_binary()
282 insn(ebpf::MUL64_IMM, 1, 0, 0, 2), in test_alu_binary()
/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs200 ebpf::MUL64_IMM => {} in check()
H A Debpf.rs283 pub const MUL64_IMM: u8 = BPF_ALU64 | BPF_K | BPF_MUL; constant
H A Ddisassembler.rs454 ebpf::MUL64_IMM => { in to_insn_vec()
H A Dinterpreter.rs376 ebpf::MUL64_IMM => reg[_dst] = reg[_dst].wrapping_mul(insn.imm as u64), in execute_program()
H A Djit.rs677 ebpf::MUL64_IMM in jit_compile()
H A Dcranelift.rs648 ebpf::MUL64_IMM => { in translate_program()