x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / greg6.d
1 #objdump: -str
2
3 # GAS must know that .data and expressions around #20 << 56 can be
4 # equivalent for GREGs; like greg5 but the other way round.
5
6 .*: file format elf64-mmix
7
8 SYMBOL TABLE:
9 0+ l d \.text 0+ (|\.text)
10 0+ l d \.data 0+ (|\.data)
11 0+ l d \.bss 0+ (|\.bss)
12 0+ l \.text 0+ t
13 2000000000000004 l \*ABS\* 0+ x
14 2000000000000000 l \*ABS\* 0+ Data_Segment
15 0+ l \.data 0+ y
16 0+ l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
17 0+ g F \.text 0+ Main
18 2000000000000008 g \*ABS\* 0+ __\.MMIX\.start\.\.data
19
20
21 RELOCATION RECORDS FOR \[\.text\]:
22 OFFSET TYPE VALUE
23 0+2 R_MMIX_REG \.MMIX\.reg_contents
24
25
26 RELOCATION RECORDS FOR \[\.MMIX\.reg_contents\]:
27 OFFSET TYPE VALUE
28 0+ R_MMIX_64 \.data
29
30
31 Contents of section \.text:
32 0000 232c0054 .*
33 Contents of section \.data:
34 0000 00000000 00000021 .*
35 Contents of section \.MMIX\.reg_contents:
36 0000 00000000 00000000 .*
This page took 0.033751 seconds and 4 git commands to generate.