Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs195 insn(ebpf::MUL64_REG, 1, 2, 0, 0), in test_alu_binary()
253 insn(ebpf::MUL64_REG, 1, 2, 0, 0), in test_alu_binary()
/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs201 ebpf::MUL64_REG => {} in check()
H A Debpf.rs285 pub const MUL64_REG: u8 = BPF_ALU64 | BPF_X | BPF_MUL; constant
H A Ddisassembler.rs458 ebpf::MUL64_REG => { in to_insn_vec()
H A Dinterpreter.rs377 ebpf::MUL64_REG => reg[_dst] = reg[_dst].wrapping_mul(reg[_src]), in execute_program()
H A Djit.rs678 | ebpf::MUL64_REG in jit_compile()
H A Dcranelift.rs655 ebpf::MUL64_REG => { in translate_program()