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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c132 fpr(stream, "$r%d", (iword >> FT32_FLD_R_2_BIT) & 0x1f);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c121 fpr (stream, "$r%d", (iword >> FT32_FLD_R_2_BIT) & 0x1f);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c121 fpr (stream, "$r%d", (iword >> FT32_FLD_R_2_BIT) & 0x1f);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c121 fpr (stream, "$r%d", (iword >> FT32_FLD_R_2_BIT) & 0x1f);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ft32.c326 b |= parse_register_operand (&op_end) << FT32_FLD_R_2_BIT;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ft32.c326 b |= parse_register_operand (&op_end) << FT32_FLD_R_2_BIT;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.c326 b |= parse_register_operand (&op_end) << FT32_FLD_R_2_BIT;
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h78 #define FT32_FLD_R_2_BIT 4 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h78 #define FT32_FLD_R_2_BIT 4 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h78 #define FT32_FLD_R_2_BIT 4 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h78 #define FT32_FLD_R_2_BIT 4 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ft32/
H A Dinterp.c378 r_2 = (inst >> FT32_FLD_R_2_BIT) & LSBS (FT32_FLD_R_2_SIZ);
/netbsd-current/external/gpl3/gdb/dist/sim/ft32/
H A Dinterp.c381 r_2 = (inst >> FT32_FLD_R_2_BIT) & LSBS (FT32_FLD_R_2_SIZ);

Completed in 281 milliseconds