Searched defs:X_DISP16 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsparc-dis.c119 #define X_DISP16(i) (((((i) >> 20) & 3) << 14) | (((i) >> 0) & 0x3fff)) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsparc-dis.c126 #define X_DISP16(i) (((((i) >> 20) & 3) << 14) | (((i) >> 0) & 0x3fff)) macro

Completed in 288 milliseconds