Home | History | Annotate | Download | only in out

Lines Matching refs:high

735     FETCH(r1, 2)                        @ r1<- BBBB (high)
776 FETCH_S(r2, 2) @ r2<- ssssBBBB (high)
792 FETCH(r2, 3) @ r2<- hhhh (high middle)
794 FETCH(r3, 4) @ r3<- HHHH (high)
796 orr r1, r2, r3, lsl #16 @ r1<- HHHHhhhh (high word)
841 FETCH(r1, 2) @ r1<- BBBB (high)
1471 * be resolved by only looking at the high word. This could be made
1483 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
1496 blt .LOP_CMP_LONG_less @ signed compare on high part
3729 /* we ignore the high word, making this equivalent to a 32-bit reg move */
4589 * The low word of the result holds ZX, the high word holds
4590 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
8927 mov r3, #0x43000000 @ maxlong, as a double (high word)
8941 mov r3, #0xc3000000 @ minlong, as a double (high word)