Searched refs:FT32_FLD_CB_SIZ (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c85 imm = ((iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1)) << 4;
107 imm = (iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c72 imm = ((iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1)) << 4;
96 imm = (iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c72 imm = ((iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1)) << 4;
96 imm = (iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c72 imm = ((iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1)) << 4;
96 imm = (iword >> FT32_FLD_CB_BIT) & ((1 << FT32_FLD_CB_SIZ) - 1);
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h58 #define FT32_FLD_CB_SIZ 5 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h58 #define FT32_FLD_CB_SIZ 5 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h58 #define FT32_FLD_CB_SIZ 5 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h58 #define FT32_FLD_CB_SIZ 5 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ft32/
H A Dinterp.c371 cb = (inst >> FT32_FLD_CB_BIT) & LSBS (FT32_FLD_CB_SIZ);
/netbsd-current/external/gpl3/gdb/dist/sim/ft32/
H A Dinterp.c374 cb = (inst >> FT32_FLD_CB_BIT) & LSBS (FT32_FLD_CB_SIZ);

Completed in 199 milliseconds