Home
last modified time | relevance | path

Searched refs:Reg (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs373 Reg = BPF_X as isize, enumerator
687 .jump_conditional(Cond::Equals, Source::Reg) in jump_on_dst_equals_src()
702 .jump_conditional(Cond::Greater, Source::Reg) in jump_on_dst_greater_than_src()
717 .jump_conditional(Cond::GreaterEquals, Source::Reg) in jump_on_dst_greater_or_equals_to_src()
732 .jump_conditional(Cond::Lower, Source::Reg) in jump_on_dst_lower_than_src()
747 .jump_conditional(Cond::LowerEquals, Source::Reg) in jump_on_dst_lower_or_equals_to_src()
762 .jump_conditional(Cond::BitAnd, Source::Reg) in jump_on_dst_bit_and_with_src_not_equal_zero()
777 .jump_conditional(Cond::NotEquals, Source::Reg) in jump_on_dst_not_equals_src()
792 .jump_conditional(Cond::GreaterSigned, Source::Reg) in jump_on_dst_greater_than_src_signed()
807 .jump_conditional(Cond::GreaterEqualsSigned, Source::Reg) in jump_on_dst_greater_or_equals_src_signed()
[all …]
/DragonOS/kernel/crates/rbpf/
H A DREADME.md550 .mov(Source::Reg, Arch::X64).set_src(0).set_dst(1).push()