Searched refs:ands (Results 1 - 25 of 55) sorted by relevance

123

/external/llvm/test/MC/AArch64/
H A Dalias-logicalimm.s13 // CHECK: ands x0, x1, #0xfffffffffffffffd
14 // CHECK: ands x0, x1, #0xfffffffffffffffd
15 ands x0, x1, #~2
18 // CHECK: ands w0, w1, #0xfffffffd
19 // CHECK: ands w0, w1, #0xfffffffd
20 ands w0, w1, #~2
H A Darm64-logical-encoding.s13 ands w0, w0, #1
14 ands x0, x0, #1
15 ands w1, w2, #15
16 ands x1, x2, #15
23 ; CHECK: ands w0, w0, #0x1 ; encoding: [0x00,0x00,0x00,0x72]
24 ; CHECK: ands x0, x0, #0x1 ; encoding: [0x00,0x00,0x40,0xf2]
25 ; CHECK: ands w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x72]
26 ; CHECK: ands x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0xf2]
72 ands w1, w2, w3
73 ands x
[all...]
H A Darm64-aliases.s43 ands wzr, w1, w2, lsl #2
44 ands xzr, x1, x2, lsl #3
H A Dbasic-a64-instructions.s3209 ands wzr, w18, #0xcccccccc
3210 ands w19, w20, #0x33333333
3211 ands w21, w22, #0x99999999
3212 // CHECK: {{ands wzr,|tst}} w18, #0xcccccccc // encoding: [0x5f,0xe6,0x02,0x72]
3213 // CHECK: ands w19, w20, #0x33333333 // encoding: [0x93,0xe6,0x00,0x72]
3214 // CHECK: ands w21, w22, #0x99999999 // encoding: [0xd5,0xe6,0x01,0x72]
3219 // CHECK: {{ands wzr,|tst}} w3, #0xaaaaaaaa // encoding: [0x7f,0xf0,0x01,0x72]
3220 // CHECK: {{ands wzr,|tst}} wzr, #0x55555555 // encoding: [0xff,0xf3,0x00,0x72]
3255 ands xzr, x18, #0xcccccccccccccccc
3256 ands x1
[all...]
H A Dbasic-a64-diagnostics.s738 ands w2, w3, #4294967296
749 // CHECK-ERROR-NEXT: ands w2, w3, #4294967296
2924 ands w3, w9, #0x0
2927 // CHECK-ERROR-NEXT: ands w3, w9, #0x0
2952 ands x3, sp, #0xaaaaaaaaaaaaaaaa
2957 // CHECK-ERROR-NEXT: ands x3, sp, #0xaaaaaaaaaaaaaaaa
3021 ands w1, x12, w2
3028 // CHECK-ERROR-NEXT: ands w1, x12, w2
H A Darm64-diags.s270 ands w0, w0, w0, lsl #32 label
272 ; CHECK-ERRORS: ands w0, w0, w0, lsl #32
/external/libavc/encoder/arm/
H A Dih264e_evaluate_intra4x4_modes_a9q.s154 ands r10, r8, #01 @VERT sad ??
173 ands r10, r8, #02 @HORZ sad ??
198 ands r10, r8, #04 @DC sad ??
206 ands r10, r5, #1
209 ands r10, r5, #4
212 ands r10, r5, #5
234 ands r10, r8, #504 @/* if modes other than VERT, HORZ and DC are valid ????*/
255 ands r10, r8, #0x08 @DIAG_DL sad ??
284 ands r10, r8, #16 @DIAG_DR sad ??
313 ands r1
[all...]
H A Dih264e_evaluate_intra16x16_modes_a9q.s105 ands r7, r5, #01
109 ands r8, r5, #04
202 ands r7, r0, #01 @ vert mode valid????????????
206 ands r6, r0, #02 @ horz mode valid????????????
215 ands r6, r0, #04 @ dc mode valid????????????
H A Dih264e_evaluate_intra_chroma_modes_a9q.s264 ands r7, r0, #04 @ vert mode valid????????????
267 ands r6, r0, #02 @ horz mode valid????????????
270 ands r6, r0, #01 @ dc mode valid????????????
/external/llvm/test/MC/ARM/
H A Dthumb_rewrites.s59 ands r0, r1, r0
60 @ CHECK: ands r0, r1 @ encoding: [0x08,0x40]
62 ands r0, r0, r1
63 @ CHECK: ands r0, r1 @ encoding: [0x08,0x40]
H A Darm_instructions.s25 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0]
26 ands r1,r2,r3
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Darm_instructions.s18 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0]
19 ands r1,r2,r3
/external/capstone/suite/MC/ARM/
H A Dthumb2-narrow-dp.ll.cs2 0x12,0xea,0x01,0x00 = ands.w r0, r2, r1
3 0x0a,0x40 = ands r2, r1
4 0x0a,0x40 = ands r2, r1
5 0x10,0xea,0x01,0x00 = ands.w r0, r0, r1
6 0x11,0xea,0x03,0x03 = ands.w r3, r1, r3
8 0x0f,0x40 = ands r7, r1
9 0x0f,0x40 = ands r7, r1
10 0x11,0xea,0x08,0x08 = ands.w r8, r1, r8
11 0x18,0xea,0x01,0x08 = ands.w r8, r8, r1
12 0x18,0xea,0x00,0x00 = ands
[all...]
H A Darm_instructions.s.cs5 0x03,0x10,0x12,0xe0 = ands r1, r2, r3
/external/valgrind/none/tests/arm/
H A Dv6intThumb.stdout.exp170 ands r1, r2 :: rd 0x21001120 rm 0x27181728, c:v-in 0, cpsr 0x00000000
171 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
172 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
173 ands r1, r2 :: rd 0x00000000 rm 0x00000001, c:v-in 0, cpsr 0x40000000 Z
174 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
175 ands r1, r2 :: rd 0x00000000 rm 0x80000000, c:v-in 0, cpsr 0x40000000 Z
176 ands r1, r2 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x80000000 N
177 ands r1, r2 :: rd 0x21001120 rm 0x27181728, c:v-in 1, cpsr 0x10000000 V
178 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x50000000 Z V
179 ands r
[all...]
/external/libavc/encoder/armv8/
H A Dih264e_evaluate_intra_chroma_modes_av8.s106 ands w6, w5, w19
380 ands w7, w0, #04 // vert mode valid????????????
383 ands w6, w0, #02 // horz mode valid????????????
386 ands w6, w0, #01 // dc mode valid????????????
H A Dih264e_evaluate_intra16x16_modes_av8.s110 ands w6, w5, #0x01
116 ands w6, w5, #0x04
476 ands w7, w0, #01 // vert mode valid????????????
480 ands w6, w0, #02 // horz mode valid????????????
483 ands w6, w0, #04 // dc mode valid????????????
/external/libavc/common/arm/
H A Dih264_intra_pred_luma_16x16_a9q.s271 ands r2, r4, #0x01 @CHECKING IF LEFT_AVAILABLE ELSE BRANCHING TO ONLY TOP AVAILABLE
273 ands r2, r4, #0x04 @CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
290 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
H A Dih264_intra_pred_chroma_a9q.s112 ands r2, r4, #0x01 @CHECKING IF LEFT_AVAILABLE ELSE BRANCHING TO ONLY TOP AVAILABLE
114 ands r2, r4, #0x04 @CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
141 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
H A Dih264_intra_pred_luma_4x4_a9q.s267 ands r5, r4, #0x01
278 ands r11, r4, #0x04 @ CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
301 ands r11, r4, #0x04 @ CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
H A Dih264_intra_pred_luma_8x8_a9q.s352 ands r2, r4, #0x01 @CHECKING IF LEFT_AVAILABLE ELSE BRANCHING TO ONLY TOP AVAILABLE
354 ands r2, r4, #0x04 @CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
369 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
/external/libavc/common/armv8/
H A Dih264_intra_pred_luma_4x4_av8.s268 ands w5, w4, #0x01
279 ands w11, w4, #0x04 // CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
302 ands w11, w4, #0x04 // CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
H A Dih264_intra_pred_luma_8x8_av8.s297 ands w6, w4, #0x01
314 ands w11, w4, #0x04 // CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
340 ands w11, w4, #0x04 // CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
H A Dih264_intra_pred_luma_16x16_av8.s306 ands w6, w4, #0x01
312 ands w6, w4, #0x04
/external/valgrind/none/tests/arm64/
H A Dinteger.stdout.exp293 ands x3,x4, #0x8080808080808080 :: rd 8000808000000000 rn 843fdf810277796e, cin 0, nzcv 80000000 N
294 ands x3,x4, #0xC0C0C0C0C0C0C0C0 :: rd c04040c080400000 rn c5446fe48c610b28, cin 0, nzcv 80000000 N
295 ands x3,x4, #0x8080808080808080 :: rd 0000808000000000 rn 143fdf810277796e, cin 0, nzcv 00000000
296 ands x3,x4, #0xC0C0C0C0C0C0C0C0 :: rd 804040c080400000 rn a5446fe48c610b28, cin 0, nzcv 80000000 N
297 ands x3,x4, #0x8080808080808080 :: rd 0000000000000000 rn 7070707070707070, cin 0, nzcv 40000000 Z
298 ands x3,x4, #0x8080808080808080 :: rd 8000000000000000 rn f070707070707070, cin 0, nzcv 80000000 N
302 ands w3,w4, #0x80808080 :: rd 0000000000000000 rn 843fdf810277796e, cin 0, nzcv 40000000 Z
303 ands w3,w4, #0xC0C0C0C0 :: rd 0000000080400000 rn c5446fe48c610b28, cin 0, nzcv 80000000 N
304 ands w3,w4, #0x80808080 :: rd 0000000000000000 rn 143fdf810277796e, cin 0, nzcv 40000000 Z
305 ands w
[all...]

Completed in 1099 milliseconds

123