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

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ft32.c310 b |= parse_register_operand (&op_end) << FT32_FLD_RIMM_BIT;
314 b |= 0x400 << FT32_FLD_RIMM_BIT;
613 newval |= (val & ((1 << 10) - 1)) << FT32_FLD_RIMM_BIT;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ft32.c310 b |= parse_register_operand (&op_end) << FT32_FLD_RIMM_BIT;
314 b |= 0x400 << FT32_FLD_RIMM_BIT;
612 newval |= (val & ((1 << 10) - 1)) << FT32_FLD_RIMM_BIT;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.c310 b |= parse_register_operand (&op_end) << FT32_FLD_RIMM_BIT;
314 b |= 0x400 << FT32_FLD_RIMM_BIT;
612 newval |= (val & ((1 << 10) - 1)) << FT32_FLD_RIMM_BIT;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c125 imm = (iword >> FT32_FLD_RIMM_BIT) & ((1 << FT32_FLD_RIMM_SIZ) - 1);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c114 imm = (iword >> FT32_FLD_RIMM_BIT) & ((1 << FT32_FLD_RIMM_SIZ) - 1);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c114 imm = (iword >> FT32_FLD_RIMM_BIT) & ((1 << FT32_FLD_RIMM_SIZ) - 1);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c114 imm = (iword >> FT32_FLD_RIMM_BIT) & ((1 << FT32_FLD_RIMM_SIZ) - 1);
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h75 #define FT32_FLD_RIMM_BIT 4 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h75 #define FT32_FLD_RIMM_BIT 4 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h75 #define FT32_FLD_RIMM_BIT 4 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h75 #define FT32_FLD_RIMM_BIT 4 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ft32/
H A Dinterp.c377 rimm = (inst >> FT32_FLD_RIMM_BIT) & LSBS (FT32_FLD_RIMM_SIZ);
/netbsd-current/external/gpl3/gdb/dist/sim/ft32/
H A Dinterp.c380 rimm = (inst >> FT32_FLD_RIMM_BIT) & LSBS (FT32_FLD_RIMM_SIZ);

Completed in 225 milliseconds