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

/external/qemu/tcg/hppa/
H A Dtcg-target.c126 static int reassemble_17(int as17) argument
128 return (((as17 & 0x10000) >> 16) |
129 ((as17 & 0x0f800) << 5) |
130 ((as17 & 0x00400) >> 8) |
131 ((as17 & 0x003ff) << 3));

Completed in 34 milliseconds