New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / asr.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]+ 2902 0080 asr r0,r1,r2
80x[0-9a-f]+ 2b02 371a asr gp,fp,sp
90x[0-9a-f]+ 2e02 37dd asr ilink,r30,blink
100x[0-9a-f]+ 2942 0000 asr r0,r1,0
110x[0-9a-f]+ 2e02 7080 0000 0000 asr r0,0,r2
120x[0-9a-f]+ 2902 00be asr 0,r1,r2
130x[0-9a-f]+ 2902 0f80 ffff ffff asr r0,r1,0xffffffff
140x[0-9a-f]+ 2e02 7080 ffff ffff asr r0,0xffffffff,r2
150x[0-9a-f]+ 2902 0f80 0000 00ff asr r0,r1,0xff
160x[0-9a-f]+ 2e02 7080 0000 00ff asr r0,0xff,r2
170x[0-9a-f]+ 2902 0f80 ffff ff00 asr r0,r1,0xffffff00
180x[0-9a-f]+ 2e02 7080 ffff ff00 asr r0,0xffffff00,r2
190x[0-9a-f]+ 2902 0f80 0000 0100 asr r0,r1,0x100
200x[0-9a-f]+ 2e02 7080 ffff feff asr r0,0xfffffeff,r2
210x[0-9a-f]+ 2e02 7f80 0000 0100 asr r0,0x100,0x100
220x[0-9a-f]+ 2902 0f80 0000 0000 asr r0,r1,0
23 68: ARC_32_ME foo
240x[0-9a-f]+ 28c2 0080 asr r0,r0,r2
250x[0-9a-f]+ 2bc2 0140 asr r3,r3,r5
260x[0-9a-f]+ 2ec2 0201 asr.eq r6,r6,r8
270x[0-9a-f]+ 29c2 12c1 asr.eq r9,r9,r11
280x[0-9a-f]+ 2cc2 1382 asr.ne r12,r12,r14
290x[0-9a-f]+ 2fc2 1442 asr.ne r15,r15,r17
300x[0-9a-f]+ 2ac2 2503 asr.p r18,r18,r20
310x[0-9a-f]+ 2dc2 25c3 asr.p r21,r21,r23
320x[0-9a-f]+ 28c2 3684 asr.n r24,r24,gp
330x[0-9a-f]+ 2bc2 3744 asr.n fp,fp,ilink
340x[0-9a-f]+ 2ec2 37c5 asr.c r30,r30,blink
350x[0-9a-f]+ 2bc2 00c5 asr.c r3,r3,r3
360x[0-9a-f]+ 2bc2 0205 asr.c r3,r3,r8
370x[0-9a-f]+ 2bc2 0106 asr.nc r3,r3,r4
380x[0-9a-f]+ 2cc2 0106 asr.nc r4,r4,r4
390x[0-9a-f]+ 2cc2 01c6 asr.nc r4,r4,r7
400x[0-9a-f]+ 2cc2 0147 asr.v r4,r4,r5
410x[0-9a-f]+ 2dc2 0147 asr.v r5,r5,r5
420x[0-9a-f]+ 2dc2 0148 asr.nv r5,r5,r5
430x[0-9a-f]+ 2dc2 0148 asr.nv r5,r5,r5
440x[0-9a-f]+ 2ec2 0009 asr.gt r6,r6,r0
450x[0-9a-f]+ 28c2 002a asr.ge r0,r0,0
460x[0-9a-f]+ 29c2 006b asr.lt r1,r1,0x1
470x[0-9a-f]+ 2bc2 00ed asr.hi r3,r3,0x3
480x[0-9a-f]+ 2cc2 012e asr.ls r4,r4,0x4
490x[0-9a-f]+ 2dc2 016f asr.pnz r5,r5,0x5
500x[0-9a-f]+ 2902 8080 asr.f r0,r1,r2
510x[0-9a-f]+ 2942 8040 asr.f r0,r1,0x1
520x[0-9a-f]+ 2e02 f080 0000 0001 asr.f r0,0x1,r2
530x[0-9a-f]+ 2902 80be asr.f 0,r1,r2
540x[0-9a-f]+ 2902 8f80 0000 0200 asr.f r0,r1,0x200
550x[0-9a-f]+ 2e02 f080 0000 0200 asr.f r0,0x200,r2
560x[0-9a-f]+ 29c2 8081 asr.f.eq r1,r1,r2
570x[0-9a-f]+ 28c2 8022 asr.f.ne r0,r0,0
580x[0-9a-f]+ 2ac2 808b asr.f.lt r2,r2,r2
590x[0-9a-f]+ 2ec2 f0a9 0000 0001 asr.f.gt 0,0x1,0x2
600x[0-9a-f]+ 2ec2 ff8c 0000 0200 asr.f.le 0,0x200,0x200
610x[0-9a-f]+ 2ec2 f0aa 0000 0200 asr.f.ge 0,0x200,0x2
This page took 0.655818 seconds and 4 git commands to generate.