Searched refs:nds32_opcode (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | nds32-dis.c | 45 extern struct nds32_opcode nds32_opcodes[]; 54 static void nds32_special_opcode (uint32_t, struct nds32_opcode **); 227 nds32_parse_opcode (struct nds32_opcode *opc, bfd_vma pc ATTRIBUTE_UNUSED, in nds32_parse_opcode() 523 nds32_filter_unknown_insn (uint32_t insn, struct nds32_opcode **opc) in nds32_filter_unknown_insn() 589 struct nds32_opcode *opc; in print_insn32() 591 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn32() 602 struct nds32_opcode *opc; in print_insn16() 667 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn16() 683 uint32_t pinsn = ((struct nds32_opcode *) p)->value; in htab_hash_eq() 894 nds32_special_opcode (uint32_t insn, struct nds32_opcode **opc) in nds32_special_opcode() [all …]
|
D | nds32-asm.h | 189 typedef struct nds32_opcode struct 208 struct nds32_opcode *next; argument 219 struct nds32_opcode *opcode;
|
D | nds32-asm.c | 222 struct nds32_opcode nds32_opcodes[] = 1437 build_opcode_syntax (struct nds32_opcode *opc) in build_opcode_syntax() 1538 struct nds32_opcode **slot; in nds32_asm_init() 1539 struct nds32_opcode *opc; in nds32_asm_init() 1545 slot = (struct nds32_opcode **) in nds32_asm_init() 2103 char *str, struct nds32_opcode *opc) in parse_insn() 2204 struct nds32_opcode *opc; in nds32_assemble() 2225 opc = (struct nds32_opcode *) in nds32_assemble()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nds32.h | 162 struct nds32_opcode *opcode;
|
D | tc-nds32.c | 66 struct nds32_opcode *opcode; 4106 nds32_elf_save_pseudo_pattern (fixS* fixP, struct nds32_opcode *opcode, in nds32_elf_save_pseudo_pattern() 4303 struct nds32_opcode *opcode, fragS *fragP, in nds32_elf_build_relax_relation() 4846 nds32_match_hint_insn (struct nds32_opcode *opcode, uint32_t seq) in nds32_match_hint_insn() 5375 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in nds32_calc_branch_offset() 5463 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in nds32_relax_branch_instructions() 5715 struct nds32_opcode *opcode = fragP->tc_frag_data.opcode; in md_convert_frag()
|