Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs54 fn set_imm(mut self, imm: i32) -> Self { in set_imm() method
657 program.call().set_imm(0x11_22_33_44).push(); in call_immediate()
870 .set_imm(0x00_11_22_33) in jump_on_dst_equals_const()
885 .set_imm(0x00_11_00_11) in jump_on_dst_greater_than_const()
900 .set_imm(0x00_22_11_00) in jump_on_dst_greater_or_equals_to_const()
915 .set_imm(0x00_11_00_11) in jump_on_dst_lower_than_const()
930 .set_imm(0x00_22_11_00) in jump_on_dst_lower_or_equals_to_const()
1036 .set_imm(0x11_22_33_44) in store_word_from_dst_into_immediate_address()
1212 .set_imm(0x00_01_02_03) in load_double_word()
1260 .set_imm(0x01_02_03_04) in load_abs_double_word()
[all …]
/DragonOS/kernel/crates/rbpf/
H A DREADME.md548 program.add(Source::Imm, Arch::X64).set_dst(1).set_imm(0x605).push()
549 .mov(Source::Imm, Arch::X64).set_dst(2).set_imm(0x32).push()
551 .swap_bytes(Endian::Big).set_dst(0).set_imm(0x10).push()