Lines Matching refs:nbytes
893 int nbytes; in print_with_operands() local
896 nbytes = 4; in print_with_operands()
907 nbytes = 42; in print_with_operands()
912 nbytes = disdata->distype == cris_dis_v32 in print_with_operands()
920 nbytes = 2; in print_with_operands()
922 nbytes = mode_size; in print_with_operands()
925 switch (nbytes) in print_with_operands()
953 && (nbytes <= 2 || buffer[1 + nbytes] == 0))) in print_with_operands()
964 if (nbytes == 4 in print_with_operands()
1132 unsigned int nbytes; in print_with_operands() local
1138 nbytes = 2; in print_with_operands()
1140 nbytes = mode_size; in print_with_operands()
1142 switch (nbytes) in print_with_operands()
1174 if (nbytes == 4) in print_with_operands()
1394 int nbytes; in print_insn_cris_generic() local
1415 for (nbytes = MAX_BYTES_PER_CRIS_INSN; nbytes > 0; nbytes -= 2) in print_insn_cris_generic()
1417 status = (*info->read_memory_func) (memaddr, buffer, nbytes, info); in print_insn_cris_generic()
1424 if (nbytes != MAX_BYTES_PER_CRIS_INSN) in print_insn_cris_generic()
1425 memset (buffer + nbytes, 0, MAX_BYTES_PER_CRIS_INSN - nbytes); in print_insn_cris_generic()
1440 if (nbytes != 0) in print_insn_cris_generic()
1550 if (status != 0 && (nbytes == 0 || advance > nbytes)) in print_insn_cris_generic()