Searched refs:MUL64_IMM (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | assembler.rs | 224 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 D | verifier.rs | 200 ebpf::MUL64_IMM => {} in check()
|
H A D | ebpf.rs | 283 pub const MUL64_IMM: u8 = BPF_ALU64 | BPF_K | BPF_MUL; constant
|
H A D | disassembler.rs | 454 ebpf::MUL64_IMM => { in to_insn_vec()
|
H A D | interpreter.rs | 376 ebpf::MUL64_IMM => reg[_dst] = reg[_dst].wrapping_mul(insn.imm as u64), in execute_program()
|
H A D | jit.rs | 677 ebpf::MUL64_IMM in jit_compile()
|
H A D | cranelift.rs | 648 ebpf::MUL64_IMM => { in translate_program()
|