Lines Matching refs:nds32_opcode
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()
982 struct nds32_opcode *opc; in print_insn_nds32()
983 struct nds32_opcode **slot; in print_insn_nds32()
995 (struct nds32_opcode **) htab_find_slot (opcode_htab, &opc->value, in print_insn_nds32()