Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs196 insn(ebpf::DIV64_REG, 1, 2, 0, 0), in test_alu_binary()
254 insn(ebpf::DIV64_REG, 1, 2, 0, 0), in test_alu_binary()
/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs203 ebpf::DIV64_REG => {} in check()
H A Debpf.rs289 pub const DIV64_REG: u8 = BPF_ALU64 | BPF_X | BPF_DIV; constant
H A Dinterpreter.rs380 ebpf::DIV64_REG if reg[_src] == 0 => reg[_dst] = 0, in execute_program()
381 ebpf::DIV64_REG => reg[_dst] /= reg[_src], in execute_program()
H A Ddisassembler.rs466 ebpf::DIV64_REG => { in to_insn_vec()
H A Djit.rs680 | ebpf::DIV64_REG in jit_compile()
H A Dcranelift.rs673 ebpf::DIV64_REG => { in translate_program()