Home
last modified time | relevance | path

Searched refs:GET_IW_I10_IMM10 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dnios2-dis.c697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x200) - 0x200) * 2; in nios2_print_insn_arg()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dnios2-dis.c697 o = (((GET_IW_I10_IMM10 (opcode) & 0x3ff) ^ 0x200) - 0x200) * 2; in nios2_print_insn_arg()
/netbsd-src/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-src/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