Searched refs:nds32_opcode (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | nds32-asm.h | 197 typedef struct nds32_opcode struct 216 struct nds32_opcode *next; argument 227 struct nds32_opcode *opcode; 274 extern struct nds32_opcode nds32_opcodes[];
|
H A D | nds32-dis.c | 69 static void nds32_special_opcode (uint32_t, struct nds32_opcode **); 206 nds32_parse_opcode (struct nds32_opcode *opc, bfd_vma pc ATTRIBUTE_UNUSED, in nds32_parse_opcode() 507 nds32_filter_unknown_insn (uint32_t insn, struct nds32_opcode **opc) in nds32_filter_unknown_insn() 573 struct nds32_opcode *opc; in print_insn32() 575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn32() 586 struct nds32_opcode *opc; in print_insn16() 651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn16() 667 uint32_t pinsn = ((struct nds32_opcode *) p)->value; in htab_hash_eq() 890 nds32_special_opcode (uint32_t insn, struct nds32_opcode **opc) in nds32_special_opcode()
|
H A D | nds32-asm.c | 230 struct nds32_opcode nds32_opcodes[] = 1696 build_opcode_syntax (struct nds32_opcode *opc) in build_opcode_syntax() 2448 char *str, struct nds32_opcode *opc) in parse_insn() 2549 struct nds32_opcode *opc; in nds32_assemble() 2570 opc = (struct nds32_opcode *) in nds32_assemble()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | nds32-asm.h | 197 typedef struct nds32_opcode struct 216 struct nds32_opcode *next; argument 227 struct nds32_opcode *opcode; 274 extern struct nds32_opcode nds32_opcodes[];
|
H A D | nds32-dis.c | 69 static void nds32_special_opcode (uint32_t, struct nds32_opcode **); 206 nds32_parse_opcode (struct nds32_opcode *opc, bfd_vma pc ATTRIBUTE_UNUSED, in nds32_parse_opcode() 507 nds32_filter_unknown_insn (uint32_t insn, struct nds32_opcode **opc) in nds32_filter_unknown_insn() 573 struct nds32_opcode *opc; in print_insn32() 575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn32() 586 struct nds32_opcode *opc; in print_insn16() 651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn16() 667 uint32_t pinsn = ((struct nds32_opcode *) p)->value; in htab_hash_eq() 890 nds32_special_opcode (uint32_t insn, struct nds32_opcode **opc) in nds32_special_opcode()
|
H A D | nds32-asm.c | 230 struct nds32_opcode nds32_opcodes[] = 1696 build_opcode_syntax (struct nds32_opcode *opc) in build_opcode_syntax() 2448 char *str, struct nds32_opcode *opc) in parse_insn() 2549 struct nds32_opcode *opc; in nds32_assemble() 2570 opc = (struct nds32_opcode *) in nds32_assemble()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-nds32.h | 184 struct nds32_opcode *opcode;
|
H A D | tc-nds32.c | 67 struct nds32_opcode *opcode; 4745 struct nds32_opcode *opcode = insn->opcode; in nds32_elf_save_pseudo_pattern() 5860 nds32_match_hint_insn (struct nds32_opcode *opcode, uint32_t seq) in nds32_match_hint_insn() 6637 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in nds32_calc_branch_offset() 6724 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in nds32_relax_branch_instructions() 7019 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in md_convert_frag()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-nds32.h | 184 struct nds32_opcode *opcode;
|
H A D | tc-nds32.c | 67 struct nds32_opcode *opcode; 4746 struct nds32_opcode *opcode = insn->opcode; in nds32_elf_save_pseudo_pattern() 5861 nds32_match_hint_insn (struct nds32_opcode *opcode, uint32_t seq) in nds32_match_hint_insn() 6638 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in nds32_calc_branch_offset() 6725 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in nds32_relax_branch_instructions() 7020 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in md_convert_frag()
|