Home
last modified time | relevance | path

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

/sysdeps/hppa/
A Ddl-machine.h539 #define reassemble_21(as21) \ argument
540 ( (((as21) & 0x100000) >> 20) \
541 | (((as21) & 0x0ffe00) >> 8) \
542 | (((as21) & 0x000180) << 7) \
543 | (((as21) & 0x00007c) << 14) \
544 | (((as21) & 0x000003) << 12))

Completed in 4 milliseconds