HomeSort by relevance Sort by last modified time
    Searched refs:nds32_opcode (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
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,
552 nds32_filter_unknown_insn (uint32_t insn, struct nds32_opcode **opc)
618 struct nds32_opcode *opc;
620 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
631 struct nds32_opcode *opc;
696 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
712 uint32_t pinsn = ((struct nds32_opcode *) p)->value;
923 nds32_special_opcode (uint32_t insn, struct nds32_opcode **opc
    [all...]
nds32-asm.h 193 typedef struct nds32_opcode struct
212 struct nds32_opcode *next;
223 struct nds32_opcode *opcode;
nds32-asm.c 222 struct nds32_opcode nds32_opcodes[] =
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nds32.h 169 struct nds32_opcode *opcode;
tc-nds32.c 66 struct nds32_opcode *opcode;
    [all...]

Completed in 375 milliseconds