Lines Matching full:tst
82 tst ip, #1 /* halfword aligned? */
84 tst ip, #2 /* word aligned? */
86 tst ip, #4 /* dword aligned? */
118 tst ip, #8 /* quadword aligned? */
121 1: tst ip, #16 /* octaword aligned? *?
124 2: tst ip, #32 /* 32 word aligned? */
142 tst r1, #32 /* do we have 16 bytes left? */
148 tst r1, #16 /* do we have 16 bytes left? */
154 tst r1, #8 /* do we have 8 bytes left? */
160 tst r1, #4 /* do we have a word left? */
162 tst r1, #2 /* do we have a halfword left? */
164 tst r1, #1 /* do we have a byte left? */