arc/opcodes: Use flag operand class to handle multiple flag matches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / and.d
CommitLineData
886a2506
NC
1#as: -mcpu=arc700
2#objdump: -dr --prefix-addresses --show-raw-insn
0d2bcfaf 3
886a2506 4.*: +file format .*arc.*
0d2bcfaf
NC
5
6Disassembly of section .text:
886a2506
NC
70x[0-9a-f]+ 2104 0080 and r0,r1,r2
80x[0-9a-f]+ 2304 371a and gp,fp,sp
90x[0-9a-f]+ 2604 37dd and ilink,r30,blink
100x[0-9a-f]+ 2144 0000 and r0,r1,0
110x[0-9a-f]+ 2604 7080 0000 0000 and r0,0,r2
120x[0-9a-f]+ 2104 00be and 0,r1,r2
130x[0-9a-f]+ 2104 0f80 ffff ffff and r0,r1,0xffffffff
140x[0-9a-f]+ 2604 7080 ffff ffff and r0,0xffffffff,r2
150x[0-9a-f]+ 2104 0f80 0000 00ff and r0,r1,0xff
160x[0-9a-f]+ 2604 7080 0000 00ff and r0,0xff,r2
170x[0-9a-f]+ 2104 0f80 ffff ff00 and r0,r1,0xffffff00
180x[0-9a-f]+ 2604 7080 ffff ff00 and r0,0xffffff00,r2
190x[0-9a-f]+ 2104 0f80 0000 0100 and r0,r1,0x100
200x[0-9a-f]+ 2604 7080 ffff feff and r0,0xfffffeff,r2
210x[0-9a-f]+ 2604 7f80 0000 0100 and r0,0x100,0x100
220x[0-9a-f]+ 2104 0f80 0000 0000 and r0,r1,0
b05a65d0 23 68: R_ARC_32_ME foo
886a2506
NC
240x[0-9a-f]+ 20c4 0080 and r0,r0,r2
250x[0-9a-f]+ 23c4 0140 and r3,r3,r5
260x[0-9a-f]+ 26c4 0201 and.eq r6,r6,r8
270x[0-9a-f]+ 21c4 12c1 and.eq r9,r9,r11
280x[0-9a-f]+ 24c4 1382 and.ne r12,r12,r14
290x[0-9a-f]+ 27c4 1442 and.ne r15,r15,r17
300x[0-9a-f]+ 22c4 2503 and.p r18,r18,r20
310x[0-9a-f]+ 25c4 25c3 and.p r21,r21,r23
320x[0-9a-f]+ 20c4 3684 and.n r24,r24,gp
330x[0-9a-f]+ 23c4 3744 and.n fp,fp,ilink
340x[0-9a-f]+ 26c4 37c5 and.c r30,r30,blink
350x[0-9a-f]+ 23c4 00c5 and.c r3,r3,r3
360x[0-9a-f]+ 23c4 0205 and.c r3,r3,r8
370x[0-9a-f]+ 23c4 0106 and.nc r3,r3,r4
380x[0-9a-f]+ 24c4 0106 and.nc r4,r4,r4
390x[0-9a-f]+ 24c4 01c6 and.nc r4,r4,r7
400x[0-9a-f]+ 24c4 0147 and.v r4,r4,r5
410x[0-9a-f]+ 25c4 0147 and.v r5,r5,r5
420x[0-9a-f]+ 25c4 0148 and.nv r5,r5,r5
430x[0-9a-f]+ 25c4 0148 and.nv r5,r5,r5
440x[0-9a-f]+ 26c4 0009 and.gt r6,r6,r0
450x[0-9a-f]+ 20c4 002a and.ge r0,r0,0
460x[0-9a-f]+ 21c4 006b and.lt r1,r1,0x1
470x[0-9a-f]+ 23c4 00ed and.hi r3,r3,0x3
480x[0-9a-f]+ 24c4 012e and.ls r4,r4,0x4
490x[0-9a-f]+ 25c4 016f and.pnz r5,r5,0x5
500x[0-9a-f]+ 2104 8080 and.f r0,r1,r2
510x[0-9a-f]+ 2144 8040 and.f r0,r1,0x1
520x[0-9a-f]+ 2604 f080 0000 0001 and.f r0,0x1,r2
530x[0-9a-f]+ 2104 80be and.f 0,r1,r2
540x[0-9a-f]+ 2104 8f80 0000 0200 and.f r0,r1,0x200
550x[0-9a-f]+ 2604 f080 0000 0200 and.f r0,0x200,r2
560x[0-9a-f]+ 21c4 8081 and.f.eq r1,r1,r2
570x[0-9a-f]+ 20c4 8022 and.f.ne r0,r0,0
580x[0-9a-f]+ 22c4 808b and.f.lt r2,r2,r2
590x[0-9a-f]+ 26c4 f0a9 0000 0001 and.f.gt 0,0x1,0x2
600x[0-9a-f]+ 26c4 ff8c 0000 0200 and.f.le 0,0x200,0x200
610x[0-9a-f]+ 26c4 f0aa 0000 0200 and.f.ge 0,0x200,0x2
This page took 0.647324 seconds and 4 git commands to generate.