Searched refs:nopcodes (Results 1 – 6 of 6) sorted by relevance
368 unsigned int nopcodes; in print_insn_avr() local376 nopcodes = sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s); in print_insn_avr()378 avr_bin_masks = xmalloc (nopcodes * sizeof (unsigned int)); in print_insn_avr()
45 unsigned int nopcodes; in bfd_h8_disassemble_init() local49 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in bfd_h8_disassemble_init()51 h8_instructions = xmalloc (nopcodes * sizeof (struct h8_instruction)); in bfd_h8_disassemble_init()
235 unsigned int nopcodes; in md_begin() local245 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in md_begin()247 h8_instructions = XNEWVEC (struct h8_instruction, nopcodes); in md_begin()
235 unsigned int nopcodes; in md_begin() local247 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in md_begin()249 h8_instructions = XNEWVEC (struct h8_instruction, nopcodes); in md_begin()