Home | History | Annotate | Download | only in ARM

Lines Matching refs:tst

3205 @ TST
3207 tst r5, #0xf000
3208 tst r2, r5
3209 tst r3, r12, lsl #5
3210 tst r4, r11, lsr #4
3211 tst r5, r10, lsr #12
3212 tst r6, r9, asr #30
3213 tst r7, r8, ror #2
3215 @ CHECK: tst.w r5, #61440 @ encoding: [0x15,0xf4,0x70,0x4f]
3216 @ CHECK: tst r2, r5 @ encoding: [0x2a,0x42]
3217 @ CHECK: tst.w r3, r12, lsl #5 @ encoding: [0x13,0xea,0x4c,0x1f]
3218 @ CHECK: tst.w r4, r11, lsr #4 @ encoding: [0x14,0xea,0x1b,0x1f]
3219 @ CHECK: tst.w r5, r10, lsr #12 @ encoding: [0x15,0xea,0x1a,0x3f]
3220 @ CHECK: tst.w r6, r9, asr #30 @ encoding: [0x16,0xea,0xa9,0x7f]
3221 @ CHECK: tst.w r7, r8, ror #2 @ encoding: [0x17,0xea,0xb8,0x0f]