* gas/bfin/{bit2.s, cache2.s, control_code2.s, event2.s,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / video.d
1 #objdump: -dr
2 #name: video
3 .*: +file format .*
4 Disassembly of section .text:
5
6 00000000 <align>:
7 0: 0d c6 15 0e R7 = ALIGN8 \(R5, R2\);
8 4: 0d c6 08 4a R5 = ALIGN16 \(R0, R1\);
9 8: 0d c6 05 84 R2 = ALIGN24 \(R5, R0\);
10
11 0000000c <disalgnexcpt>:
12 c: 12 c4 00 c0 DISALGNEXCPT;
13
14 00000010 <byteop3p>:
15 10: 17 c4 02 0a R5 = BYTEOP3P \(R1:0, R3:2\) \(LO\);
16 14: 37 c4 02 00 R0 = BYTEOP3P \(R1:0, R3:2\) \(HI\);
17 18: 17 c4 02 22 R1 = BYTEOP3P \(R1:0, R3:2\) \(LO, R\);
18 1c: 37 c4 02 24 R2 = BYTEOP3P \(R1:0, R3:2\) \(HI, R\);
19
20 00000020 <dual16>:
21 20: 0c c4 [4-7][[:xdigit:]] 45 R5 = A1.L \+ A1.H, R2 = A0.L \+ A0.H;
22
23 00000024 <byteop16p>:
24 24: 15 c4 82 06 \(R2, R3\) = BYTEOP16P \(R1:0, R3:2\);
25 28: 15 c4 82 21 \(R6, R0\) = BYTEOP16P \(R1:0, R3:2\) \(R\);
26
27 0000002c <byteop1p>:
28 2c: 14 c4 02 0e R7 = BYTEOP1P \(R1:0, R3:2\);
29 30: 14 c4 02 44 R2 = BYTEOP1P \(R1:0, R3:2\) \(T\);
30 34: 14 c4 02 26 R3 = BYTEOP1P \(R1:0, R3:2\) \(R\);
31 38: 14 c4 02 6e R7 = BYTEOP1P \(R1:0, R3:2\) \(T, R\);
32
33 0000003c <byteop2p>:
34 3c: 16 c4 02 00 R0 = BYTEOP2P \(R1:0, R3:2\) \(RNDL\);
35 40: 36 c4 02 02 R1 = BYTEOP2P \(R1:0, R3:2\) \(RNDH\);
36 44: 16 c4 02 44 R2 = BYTEOP2P \(R1:0, R3:2\) \(TL\);
37 48: 36 c4 02 46 R3 = BYTEOP2P \(R1:0, R3:2\) \(TH\);
38 4c: 16 c4 02 28 R4 = BYTEOP2P \(R1:0, R3:2\) \(RNDL, R\);
39 50: 36 c4 02 2a R5 = BYTEOP2P \(R1:0, R3:2\) \(RNDH, R\);
40 54: 16 c4 02 6c R6 = BYTEOP2P \(R1:0, R3:2\) \(TL, R\);
41 58: 36 c4 02 6e R7 = BYTEOP2P \(R1:0, R3:2\) \(TH, R\);
42
43 0000005c <bytepack>:
44 5c: 18 c4 03 0a R5 = BYTEPACK \(R0, R3\);
45
46 00000060 <byteop16m>:
47 60: 15 c4 82 45 \(R6, R2\) = BYTEOP16M \(R1:0, R3:2\);
48 64: 15 c4 02 6a \(R0, R5\) = BYTEOP16M \(R1:0, R3:2\) \(R\);
49
50 00000068 <saa>:
51 68: 12 c4 02 00 SAA \(R1:0, R3:2\);
52 6c: 12 c4 02 20 SAA \(R1:0, R3:2\) \(R\);
53
54 00000070 <byteunpack>:
55 70: 18 c4 c0 45 \(R7, R2\) = BYTEUNPACK R1:0;
56 74: 18 c4 90 69 \(R6, R4\) = BYTEUNPACK R3:2 \(R\);
This page took 0.031251 seconds and 4 git commands to generate.