Home
last modified time | relevance | path

Searched defs:is_reg (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Djit.rs392 let is_reg = (opc & ebpf::BPF_X) == ebpf::BPF_X; in emit_muldivmod() localVariable
H A Dcranelift.rs869 let is_reg = (insn.opc & BPF_X) != 0; in translate_program() localVariable