Searched refs:DIV64_REG (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | assembler.rs | 196 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 D | verifier.rs | 203 ebpf::DIV64_REG => {} in check()
|
H A D | ebpf.rs | 289 pub const DIV64_REG: u8 = BPF_ALU64 | BPF_X | BPF_DIV; constant
|
H A D | interpreter.rs | 380 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 D | disassembler.rs | 466 ebpf::DIV64_REG => { in to_insn_vec()
|
H A D | jit.rs | 680 | ebpf::DIV64_REG in jit_compile()
|
H A D | cranelift.rs | 673 ebpf::DIV64_REG => { in translate_program()
|