Home | History | Annotate | Download | only in ARM

Lines Matching refs:teq

2501 @ TEQ
2503 teq r5, #0xf000
2504 teq r4, r5
2505 teq r4, r5, lsl #5
2506 teq r4, r5, lsr #5
2507 teq r4, r5, lsr #5
2508 teq r4, r5, asr #5
2509 teq r4, r5, ror #5
2510 teq r6, r7, lsl r9
2511 teq r6, r7, lsr r9
2512 teq r6, r7, asr r9
2513 teq r6, r7, ror r9
2515 @ CHECK: teq r5, #61440 @ encoding: [0x0f,0x0a,0x35,0xe3]
2516 @ CHECK: teq r4, r5 @ encoding: [0x05,0x00,0x34,0xe1]
2517 @ CHECK: teq r4, r5, lsl #5 @ encoding: [0x85,0x02,0x34,0xe1]
2518 @ CHECK: teq r4, r5, lsr #5 @ encoding: [0xa5,0x02,0x34,0xe1]
2519 @ CHECK: teq r4, r5, lsr #5 @ encoding: [0xa5,0x02,0x34,0xe1]
2520 @ CHECK: teq r4, r5, asr #5 @ encoding: [0xc5,0x02,0x34,0xe1]
2521 @ CHECK: teq r4, r5, ror #5 @ encoding: [0xe5,0x02,0x34,0xe1]
2522 @ CHECK: teq r6, r7, lsl r9 @ encoding: [0x17,0x09,0x36,0xe1]
2523 @ CHECK: teq r6, r7, lsr r9 @ encoding: [0x37,0x09,0x36,0xe1]
2524 @ CHECK: teq r6, r7, asr r9 @ encoding: [0x57,0x09,0x36,0xe1]
2525 @ CHECK: teq r6, r7, ror r9 @ encoding: [0x77,0x09,0x36,0xe1]