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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnios2-dis.c697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x400) - 0x400) * 2;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnios2-dis.c697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x200) - 0x200) * 2;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnios2-dis.c697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x200) - 0x200) * 2;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnios2-dis.c697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x200) - 0x200) * 2;
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dnios2r2.h281 #define GET_IW_I10_IMM10(W) (((W) >> IW_I10_IMM10_LSB) & IW_I10_IMM10_UNSHIFTED_MASK) macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dnios2r2.h281 #define GET_IW_I10_IMM10(W) (((W) >> IW_I10_IMM10_LSB) & IW_I10_IMM10_UNSHIFTED_MASK) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r2.h281 #define GET_IW_I10_IMM10(W) (((W) >> IW_I10_IMM10_LSB) & IW_I10_IMM10_UNSHIFTED_MASK) macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r2.h281 #define GET_IW_I10_IMM10(W) (((W) >> IW_I10_IMM10_LSB) & IW_I10_IMM10_UNSHIFTED_MASK) macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnios2-tdep.c763 *imm = (signed) ((GET_IW_I10_IMM10 (insn) << 1) << 21) >> 21;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnios2-tdep.c763 *imm = (signed) ((GET_IW_I10_IMM10 (insn) << 1) << 21) >> 21;

Completed in 263 milliseconds