Searched refs:FT32_FLD_R_D_BIT (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c111 fpr(stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
155 fpr(stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c100 fpr (stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
144 fpr (stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c100 fpr (stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
144 fpr (stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c100 fpr (stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
144 fpr (stream, "$r%d", (iword >> FT32_FLD_R_D_BIT) & 0x1f);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ft32.c296 b |= parse_register_operand (&op_end) << FT32_FLD_R_D_BIT;
381 b |= parse_register_operand (&op_end) << FT32_FLD_R_D_BIT;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ft32.c296 b |= parse_register_operand (&op_end) << FT32_FLD_R_D_BIT;
381 b |= parse_register_operand (&op_end) << FT32_FLD_R_D_BIT;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.c296 b |= parse_register_operand (&op_end) << FT32_FLD_R_D_BIT;
381 b |= parse_register_operand (&op_end) << FT32_FLD_R_D_BIT;
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h60 #define FT32_FLD_R_D_BIT 20 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h60 #define FT32_FLD_R_D_BIT 20 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h60 #define FT32_FLD_R_D_BIT 20 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h60 #define FT32_FLD_R_D_BIT 20 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ft32/
H A Dinterp.c372 r_d = (inst >> FT32_FLD_R_D_BIT) & LSBS (FT32_FLD_R_D_SIZ);
/netbsd-current/external/gpl3/gdb/dist/sim/ft32/
H A Dinterp.c375 r_d = (inst >> FT32_FLD_R_D_BIT) & LSBS (FT32_FLD_R_D_SIZ);

Completed in 108 milliseconds