Searched refs:as22 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dlibhppa.h276 re_assemble_22 (int as22) argument
278 return (( (as22 & 0x200000) >> 21)
279 | ((as22 & 0x1f0000) << (21 - 16))
280 | ((as22 & 0x00f800) << (16 - 11))
281 | ((as22 & 0x000400) >> (10 - 2))
282 | ((as22 & 0x0003ff) << (1 + 2)));
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibhppa.h276 re_assemble_22 (int as22) argument
278 return (( (as22 & 0x200000) >> 21)
279 | ((as22 & 0x1f0000) << (21 - 16))
280 | ((as22 & 0x00f800) << (16 - 11))
281 | ((as22 & 0x000400) >> (10 - 2))
282 | ((as22 & 0x0003ff) << (1 + 2)));

Completed in 81 milliseconds