* gas/bfin/flow2.d: Match changed assembler behaviour.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / logical.d
1 #objdump: -dr
2 #name: logical
3 .*: +file format .*
4
5 Disassembly of section .text:
6
7 00000000 <and>:
8 0: c8 55 R7=R0&R1;
9 2: 9b 54 R2=R3&R3;
10 4: 91 55 R6=R1&R2;
11
12 00000006 <not>:
13 6: c8 43 R0=~R1;
14 8: d1 43 R1=~R2;
15 a: e3 43 R3=~R4;
16 c: ec 43 R4=~R5;
17
18 0000000e <or>:
19 e: 08 56 R0=R0\|R1;
20 10: a3 56 R2=R3\|R4;
21 12: 7e 57 R5=R6\|R7;
22
23 00000014 <xor>:
24 14: 5d 59 R5=R5\^R3;
25 16: 02 59 R4=R2\^R0;
26 18: 01 58 R0=R1\^R0;
27
28 0000001a <bxor>:
29 1a: 0b c6 00 4e R7.L=CC=BXOR\(A0,R0\);
30 1e: 0b c6 08 4e R7.L=CC=BXOR\(A0,R1\);
31 22: 0c c6 00 4a R5.L=CC=BXOR\( A0,A1 ,CC \);
32 26: 0c c6 00 48 R4.L=CC=BXOR\( A0,A1 ,CC \);
33
34 0000002a <bxorshift>:
35 2a: 0b c6 38 06 R3.L=CC=BXORSHIFT\(A0,R7\);
36 2e: 0b c6 10 04 R2.L=CC=BXORSHIFT\(A0,R2\);
37 32: 0c c6 00 00 A0=BXORSHIFT\(A0,A1 ,CC\);
38 36: 0c c6 00 00 A0=BXORSHIFT\(A0,A1 ,CC\);
39 ...
This page took 0.030784 seconds and 4 git commands to generate.