x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10200 / mov3.s
1 .text
2 mov d1,(a2)
3 mov d1,(32,a2)
4 mov d1,(256,a2)
5 mov d1,(131071,a2)
6 mov d1,(d2,a2)
7 mov d1,(128)
8 mov d1,(131071)
9 mov a1,(32,a2)
10 mov a1,(256,a2)
11 mov a1,(131071,a2)
This page took 0.029826 seconds and 4 git commands to generate.