Lines Matching refs:ANDEQ
136 ANDEQ r0, r2, r1 // Must be wide - 3 distinct registers
138 ANDEQ r3, r3, r1 // Should choose narrow
140 ANDEQ r3, r1, r3 // Should choose narrow - commutative
142 ANDEQ.W r0, r0, r1 // Explicitly wide
144 ANDEQ.W r2, r1, r2
148 ANDEQ r7, r7, r1 // Should use narrow
150 ANDEQ r7, r1, r7 // Commutative
152 ANDEQ r8, r1, r8 // high registers so must use wide encoding
154 ANDEQ r8, r8, r1
156 ANDEQ r4, r8, r4
158 ANDEQ r4, r4, r8
160 ANDEQ r0, r0, r1, lsl #1 // Must use wide - shifted register
162 ANDEQ r5, r1, r5, lsr #1