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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c122 fpr(stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
158 fpr(stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c111 fpr (stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
147 fpr (stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c111 fpr (stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
147 fpr (stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c111 fpr (stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
147 fpr (stream, "$r%d", (iword >> FT32_FLD_R_1_BIT) & 0x1f);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ft32.c305 b |= parse_register_operand (&op_end) << FT32_FLD_R_1_BIT;
384 b |= parse_register_operand (&op_end) << FT32_FLD_R_1_BIT;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ft32.c305 b |= parse_register_operand (&op_end) << FT32_FLD_R_1_BIT;
384 b |= parse_register_operand (&op_end) << FT32_FLD_R_1_BIT;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.c305 b |= parse_register_operand (&op_end) << FT32_FLD_R_1_BIT;
384 b |= parse_register_operand (&op_end) << FT32_FLD_R_1_BIT;
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h72 #define FT32_FLD_R_1_BIT 15 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h72 #define FT32_FLD_R_1_BIT 15 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h72 #define FT32_FLD_R_1_BIT 15 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h72 #define FT32_FLD_R_1_BIT 15 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ft32/
H A Dinterp.c376 r_1 = (inst >> FT32_FLD_R_1_BIT) & LSBS (FT32_FLD_R_1_SIZ);
/netbsd-current/external/gpl3/gdb/dist/sim/ft32/
H A Dinterp.c379 r_1 = (inst >> FT32_FLD_R_1_BIT) & LSBS (FT32_FLD_R_1_SIZ);

Completed in 206 milliseconds