Lines Matching refs:teq

3123         teq r5, #0xf000
3124 teq r5, $0xf000
3125 teq r5, 0xf000
3126 teq r7, #(0xff << 16)
3127 teq r7, #-2147483638
3128 teq r7, #42, #2
3129 teq r7, #40, #2
3130 teq r7, $40, $2
3131 teq r7, 40, 2
3132 teq r7, (20 * 2), (1 << 1)
3133 teq r4, r5
3134 teq r4, r5, lsl #5
3135 teq r4, r5, lsr #5
3136 teq r4, r5, lsr #5
3137 teq r4, r5, asr #5
3138 teq r4, r5, ror #5
3139 teq r6, r7, lsl r9
3140 teq r6, r7, lsr r9
3141 teq r6, r7, asr r9
3142 teq r6, r7, ror r9
3144 @ CHECK: teq r5, #61440 @ encoding: [0x0f,0x0a,0x35,0xe3]
3145 @ CHECK: teq r5, #61440 @ encoding: [0x0f,0x0a,0x35,0xe3]
3146 @ CHECK: teq r5, #61440 @ encoding: [0x0f,0x0a,0x35,0xe3]
3147 @ CHECK: teq r7, #16711680 @ encoding: [0xff,0x08,0x37,0xe3]
3148 @ CHECK: teq r7, #-2147483638 @ encoding: [0x2a,0x01,0x37,0xe3]
3149 @ CHECK: teq r7, #-2147483638 @ encoding: [0x2a,0x01,0x37,0xe3]
3150 @ CHECK: teq r7, #40, #2 @ encoding: [0x28,0x01,0x37,0xe3]
3151 @ CHECK: teq r7, #40, #2 @ encoding: [0x28,0x01,0x37,0xe3]
3152 @ CHECK: teq r7, #40, #2 @ encoding: [0x28,0x01,0x37,0xe3]
3153 @ CHECK: teq r7, #40, #2 @ encoding: [0x28,0x01,0x37,0xe3]
3154 @ CHECK: teq r4, r5 @ encoding: [0x05,0x00,0x34,0xe1]
3155 @ CHECK: teq r4, r5, lsl #5 @ encoding: [0x85,0x02,0x34,0xe1]
3156 @ CHECK: teq r4, r5, lsr #5 @ encoding: [0xa5,0x02,0x34,0xe1]
3157 @ CHECK: teq r4, r5, lsr #5 @ encoding: [0xa5,0x02,0x34,0xe1]
3158 @ CHECK: teq r4, r5, asr #5 @ encoding: [0xc5,0x02,0x34,0xe1]
3159 @ CHECK: teq r4, r5, ror #5 @ encoding: [0xe5,0x02,0x34,0xe1]
3160 @ CHECK: teq r6, r7, lsl r9 @ encoding: [0x17,0x09,0x36,0xe1]
3161 @ CHECK: teq r6, r7, lsr r9 @ encoding: [0x37,0x09,0x36,0xe1]
3162 @ CHECK: teq r6, r7, asr r9 @ encoding: [0x57,0x09,0x36,0xe1]
3163 @ CHECK: teq r6, r7, ror r9 @ encoding: [0x77,0x09,0x36,0xe1]