HomeSort by: relevance | last modified time | path
    Searched refs:GET_IW_I10_IMM10 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/opcodes/
nios2-dis.c 697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x200) - 0x200) * 2;
  /src/external/gpl3/gdb.old/dist/include/opcode/
nios2r2.h 281 #define GET_IW_I10_IMM10(W) (((W) >> IW_I10_IMM10_LSB) & IW_I10_IMM10_UNSHIFTED_MASK)
  /src/external/gpl3/gdb.old/dist/gdb/
nios2-tdep.c 763 *imm = (signed) ((GET_IW_I10_IMM10 (insn) << 1) << 21) >> 21;

Completed in 64 milliseconds