Lines Matching refs:into_bytes

73     fn into_bytes(self) -> Self::Bytes;  in into_bytes()  method
83 fn into_bytes(self) -> Self::Bytes { in into_bytes() method
327 fn into_bytes(self) -> Self::Bytes { in into_bytes() method
344 let mut asm = self.into_bytes(); in push()
412 let mut asm = self.into_bytes(); in push()
453 let mut asm = self.into_bytes(); in push()
486 let mut asm = self.into_bytes(); in push()
539 let mut asm = self.into_bytes(); in push()
599 let mut asm = self.into_bytes(); in push()
628 let mut asm = self.into_bytes(); in push()
660 program.into_bytes(), in call_immediate()
671 program.into_bytes(), in exit_operation()
693 program.into_bytes(), in jump_on_dst_equals_src()
708 program.into_bytes(), in jump_on_dst_greater_than_src()
723 program.into_bytes(), in jump_on_dst_greater_or_equals_to_src()
738 program.into_bytes(), in jump_on_dst_lower_than_src()
753 program.into_bytes(), in jump_on_dst_lower_or_equals_to_src()
768 program.into_bytes(), in jump_on_dst_bit_and_with_src_not_equal_zero()
783 program.into_bytes(), in jump_on_dst_not_equals_src()
798 program.into_bytes(), in jump_on_dst_greater_than_src_signed()
813 program.into_bytes(), in jump_on_dst_greater_or_equals_src_signed()
828 program.into_bytes(), in jump_on_dst_lower_than_src_signed()
843 program.into_bytes(), in jump_on_dst_lower_or_equals_src_signed()
859 program.into_bytes(), in jump_to_label()
874 program.into_bytes(), in jump_on_dst_equals_const()
889 program.into_bytes(), in jump_on_dst_greater_than_const()
904 program.into_bytes(), in jump_on_dst_greater_or_equals_to_const()
919 program.into_bytes(), in jump_on_dst_lower_than_const()
934 program.into_bytes(), in jump_on_dst_lower_or_equals_to_const()
948 program.into_bytes(), in jump_on_dst_bit_and_with_const_not_equal_zero()
962 program.into_bytes(), in jump_on_dst_not_equals_const()
976 program.into_bytes(), in jump_on_dst_greater_than_const_signed()
990 program.into_bytes(), in jump_on_dst_greater_or_equals_src_signed()
1004 program.into_bytes(), in jump_on_dst_lower_than_const_signed()
1018 program.into_bytes(), in jump_on_dst_lower_or_equals_src_signed()
1040 program.into_bytes(), in store_word_from_dst_into_immediate_address()
1055 program.into_bytes(), in store_half_word_from_dst_into_immediate_address()
1066 program.into_bytes(), in store_byte_from_dst_into_immediate_address()
1077 program.into_bytes(), in store_double_word_from_dst_into_immediate_address()
1092 program.into_bytes(), in store_word_from_dst_into_src_address()
1103 program.into_bytes(), in store_half_word_from_dst_into_src_address()
1114 program.into_bytes(), in store_byte_from_dst_into_src_address()
1125 program.into_bytes(), in store_double_word_from_dst_into_src_address()
1148 program.into_bytes(), in load_word_from_set_src_with_offset()
1164 program.into_bytes(), in load_half_word_from_set_src_with_offset()
1180 program.into_bytes(), in load_byte_from_set_src_with_offset()
1196 program.into_bytes(), in load_double_word_from_set_src_with_offset()
1216 program.into_bytes(), in load_double_word()
1227 program.into_bytes(), in load_abs_word()
1238 program.into_bytes(), in load_abs_half_word()
1249 program.into_bytes(), in load_abs_byte()
1264 program.into_bytes(), in load_abs_double_word()
1275 program.into_bytes(), in load_indirect_word()
1286 program.into_bytes(), in load_indirect_half_word()
1297 program.into_bytes(), in load_indirect_byte()
1308 program.into_bytes(), in load_indirect_double_word()
1329 program.into_bytes(), in convert_host_to_little_endian_16bits()
1344 program.into_bytes(), in convert_host_to_little_endian_32bits()
1359 program.into_bytes(), in convert_host_to_little_endian_64bit()
1374 program.into_bytes(), in convert_host_to_big_endian_16bits()
1389 program.into_bytes(), in convert_host_to_big_endian_32bits()
1404 program.into_bytes(), in convert_host_to_big_endian_64bit()
1428 program.into_bytes(), in move_and_add_const_to_register()
1443 program.into_bytes(), in move_sub_const_to_register()
1458 program.into_bytes(), in move_mul_const_to_register()
1473 program.into_bytes(), in move_div_constant_to_register()
1488 program.into_bytes(), in move_bit_or_const_to_register()
1503 program.into_bytes(), in move_bit_and_const_to_register()
1517 program.into_bytes(), in move_left_shift_const_to_register()
1531 program.into_bytes(), in move_logical_right_shift_const_to_register()
1542 program.into_bytes(), in move_negate_register()
1553 program.into_bytes(), in move_mod_const_to_register()
1564 program.into_bytes(), in move_bit_xor_const_to_register()
1579 program.into_bytes(), in move_const_to_register()
1593 program.into_bytes(), in move_signed_right_shift_const_to_register()
1613 program.into_bytes(), in move_and_add_from_register()
1628 program.into_bytes(), in move_sub_from_register_to_register()
1643 program.into_bytes(), in move_mul_from_register_to_register()
1658 program.into_bytes(), in move_div_from_register_to_register()
1673 program.into_bytes(), in move_bit_or_from_register_to_register()
1688 program.into_bytes(), in move_bit_and_from_register_to_register()
1703 program.into_bytes(), in move_left_shift_from_register_to_register()
1718 program.into_bytes(), in move_logical_right_shift_from_register_to_register()
1733 program.into_bytes(), in move_mod_from_register_to_register()
1748 program.into_bytes(), in move_bit_xor_from_register_to_register()
1759 program.into_bytes(), in move_from_register_to_another_register()
1774 program.into_bytes(), in move_signed_right_shift_from_register_to_register()
1797 program.into_bytes(), in move_and_add_const_to_register()
1812 program.into_bytes(), in move_sub_const_to_register()
1827 program.into_bytes(), in move_mul_const_to_register()
1842 program.into_bytes(), in move_div_constant_to_register()
1857 program.into_bytes(), in move_bit_or_const_to_register()
1872 program.into_bytes(), in move_bit_and_const_to_register()
1886 program.into_bytes(), in move_left_shift_const_to_register()
1900 program.into_bytes(), in move_logical_right_shift_const_to_register()
1911 program.into_bytes(), in move_negate_register()
1922 program.into_bytes(), in move_mod_const_to_register()
1933 program.into_bytes(), in move_bit_xor_const_to_register()
1948 program.into_bytes(), in move_const_to_register()
1962 program.into_bytes(), in move_signed_right_shift_const_to_register()
1982 program.into_bytes(), in move_and_add_from_register()
1997 program.into_bytes(), in move_sub_from_register_to_register()
2012 program.into_bytes(), in move_mul_from_register_to_register()
2027 program.into_bytes(), in move_div_from_register_to_register()
2042 program.into_bytes(), in move_bit_or_from_register_to_register()
2057 program.into_bytes(), in move_bit_and_from_register_to_register()
2072 program.into_bytes(), in move_left_shift_from_register_to_register()
2087 program.into_bytes(), in move_logical_right_shift_from_register_to_register()
2102 program.into_bytes(), in move_mod_from_register_to_register()
2117 program.into_bytes(), in move_bit_xor_from_register_to_register()
2132 program.into_bytes(), in move_from_register_to_another_register()
2147 program.into_bytes(), in move_signed_right_shift_from_register_to_register()
2185 let bytecode = program.into_bytes(); in example_from_assembler()