x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / put-op.s
1 # For 'p'-type operands: PUT.
2 #
3 Main PUT rJ,X
4 PUT rG,$45
5 PUT rZZ,$245
6 PUT rJ,X0
7 PUT rG,45
8 PUT rZZ,245
9 PUT rJ,X00
10 PUT rG,0
11 PUT rZZ,0
12 X IS $123
13 X0 IS $111
14 X00 IS 0
This page took 0.060151 seconds and 4 git commands to generate.