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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c69 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c59 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c59 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c59 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ft32.c273 b |= dw << FT32_FLD_DW_BIT;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ft32.c273 b |= dw << FT32_FLD_DW_BIT;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.c273 b |= dw << FT32_FLD_DW_BIT;
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h54 #define FT32_FLD_DW_BIT 25 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h54 #define FT32_FLD_DW_BIT 25 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h54 #define FT32_FLD_DW_BIT 25 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h54 #define FT32_FLD_DW_BIT 25 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ft32/
H A Dinterp.c370 dw = (inst >> FT32_FLD_DW_BIT) & LSBS (FT32_FLD_DW_SIZ);
/netbsd-current/external/gpl3/gdb/dist/sim/ft32/
H A Dinterp.c373 dw = (inst >> FT32_FLD_DW_BIT) & LSBS (FT32_FLD_DW_SIZ);

Completed in 230 milliseconds