Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-opc.h334 int src_size = 0, dst_size = 0; in select_operand_for_scalar_size_field_coding() local
337 dst_size = aarch64_get_qualifier_esize (opcode->qualifiers_list[0][0]); in select_operand_for_scalar_size_field_coding()
341 if (src_size == dst_size && src_size == 0) in select_operand_for_scalar_size_field_coding()
344 if (dst_size == 0 || dst_size == src_size << 1) in select_operand_for_scalar_size_field_coding()
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c6716 evax_bfd_print_dst (struct bfd *abfd, unsigned int dst_size, FILE *file) in evax_bfd_print_dst() argument
6724 while (dst_size > 0) in evax_bfd_print_dst()
6746 dst_size -= len; in evax_bfd_print_dst()
7156 unsigned int dst_size = 0; in evax_bfd_print_image() local
7438 dst_size = bfd_getl32 (eihs.dstsize); in evax_bfd_print_image()
7440 dst_vbn, dst_size, dst_size); in evax_bfd_print_image()
7606 evax_bfd_print_dst (abfd, dst_size, file); in evax_bfd_print_image()