Lines Matching refs:set_imm
54 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()
1325 .set_imm(0x00_00_00_10) in convert_host_to_little_endian_16bits()
1340 .set_imm(0x00_00_00_20) in convert_host_to_little_endian_32bits()
1355 .set_imm(0x00_00_00_40) in convert_host_to_little_endian_64bit()
1370 .set_imm(0x00_00_00_10) in convert_host_to_big_endian_16bits()
1385 .set_imm(0x00_00_00_20) in convert_host_to_big_endian_32bits()
1400 .set_imm(0x00_00_00_40) in convert_host_to_big_endian_64bit()
1424 .set_imm(0x01_02_03_04) in move_and_add_const_to_register()
1439 .set_imm(0x00_01_02_03) in move_sub_const_to_register()
1454 .set_imm(0x04_03_02_01) in move_mul_const_to_register()
1469 .set_imm(0x00_ff_00_ff) in move_div_constant_to_register()
1484 .set_imm(0x00_11_00_22) in move_bit_or_const_to_register()
1499 .set_imm(0x11_22_33_44) in move_bit_and_const_to_register()
1575 .set_imm(0x00_00_00_FF) in move_const_to_register()
1793 .set_imm(0x01_02_03_04) in move_and_add_const_to_register()
1808 .set_imm(0x00_01_02_03) in move_sub_const_to_register()
1823 .set_imm(0x04_03_02_01) in move_mul_const_to_register()
1838 .set_imm(0x00_ff_00_ff) in move_div_constant_to_register()
1853 .set_imm(0x00_11_00_22) in move_bit_or_const_to_register()
1868 .set_imm(0x11_22_33_44) in move_bit_and_const_to_register()
1944 .set_imm(0x00_00_00_FF) in move_const_to_register()
2165 .set_imm(0x605) in example_from_assembler()
2169 .set_imm(0x32) in example_from_assembler()
2177 .set_imm(0x10) in example_from_assembler()