Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs197 insn(ebpf::OR64_REG, 1, 2, 0, 0), in test_alu_binary()
255 insn(ebpf::OR64_REG, 1, 2, 0, 0), in test_alu_binary()
/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs205 ebpf::OR64_REG => {} in check()
H A Debpf.rs293 pub const OR64_REG: u8 = BPF_ALU64 | BPF_X | BPF_OR; constant
H A Ddisassembler.rs474 ebpf::OR64_REG => { in to_insn_vec()
H A Dinterpreter.rs383 ebpf::OR64_REG => reg[_dst] |= reg[_src], in execute_program()
H A Djit.rs686 ebpf::OR64_REG => self.emit_alu64(mem, 0x09, src, dst), in jit_compile()
H A Dcranelift.rs722 ebpf::OR64_REG => { in translate_program()