Searched refs:N32_SWID (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dnds32.h153 #define N32_SWID(insn) (((insn) >> 5) & 0x3ff)
152 #define N32_SWID macro
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dnds32.h153 #define N32_SWID(insn) (((insn) >> 5) & 0x3ff)
152 #define N32_SWID macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dnds32.h153 #define N32_SWID(insn) (((insn) >> 5) & 0x3ff)
152 #define N32_SWID macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dnds32.h153 #define N32_SWID(insn) (((insn) >> 5) & 0x3ff)
152 #define N32_SWID macro
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-nds32.c8168 if (N32_SUB5 (insn) == N32_MISC_BREAK && N32_SWID (insn) < 32)
8171 insn16 = N16_TYPE5 (BREAK16, N32_SWID (insn));
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-nds32.c8126 if (N32_SUB5 (insn) == N32_MISC_BREAK && N32_SWID (insn) < 32)
8129 insn16 = N16_TYPE5 (BREAK16, N32_SWID (insn));
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-nds32.c8168 if (N32_SUB5 (insn) == N32_MISC_BREAK && N32_SWID (insn) < 32)
8171 insn16 = N16_TYPE5 (BREAK16, N32_SWID (insn));
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nds32.c8168 if (N32_SUB5 (insn) == N32_MISC_BREAK && N32_SWID (insn) < 32)
8171 insn16 = N16_TYPE5 (BREAK16, N32_SWID (insn));

Completed in 295 milliseconds