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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c135 imm = iword & ((1 << FT32_FLD_K20_SIZ) - 1);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c124 imm = iword & ((1 << FT32_FLD_K20_SIZ) - 1);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c124 imm = iword & ((1 << FT32_FLD_K20_SIZ) - 1);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c124 imm = iword & ((1 << FT32_FLD_K20_SIZ) - 1);
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h82 #define FT32_FLD_K20_SIZ 20 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h82 #define FT32_FLD_K20_SIZ 20 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h82 #define FT32_FLD_K20_SIZ 20 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h82 #define FT32_FLD_K20_SIZ 20 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ft32/
H A Dinterp.c379 k20 = nsigned (20, (inst >> FT32_FLD_K20_BIT) & LSBS (FT32_FLD_K20_SIZ));
/netbsd-current/external/gpl3/gdb/dist/sim/ft32/
H A Dinterp.c382 k20 = nsigned (20, (inst >> FT32_FLD_K20_BIT) & LSBS (FT32_FLD_K20_SIZ));

Completed in 122 milliseconds