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

  /src/external/gpl3/gdb.old/dist/opcodes/
nios2-dis.c 609 i = GET_IW_T1I7_IMM7 (opcode) << 2;
711 o = (((GET_IW_T1I7_IMM7 (opcode) & 0x7f) ^ 0x40) - 0x40) * 2;
834 i = GET_IW_T1I7_IMM7 (opcode);
  /src/external/gpl3/gdb.old/dist/gdb/
nios2-tdep.c 422 *imm = GET_IW_T1I7_IMM7 (insn) << 2;
769 *imm = (signed) ((GET_IW_T1I7_IMM7 (insn) << 1) << 24) >> 24;
775 *imm = (signed) ((GET_IW_T1I7_IMM7 (insn) << 1) << 24) >> 24;
  /src/external/gpl3/gdb.old/dist/include/opcode/
nios2r2.h 295 #define GET_IW_T1I7_IMM7(W) (((W) >> IW_T1I7_IMM7_LSB) & IW_T1I7_IMM7_UNSHIFTED_MASK)

Completed in 29 milliseconds