i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nop-1.s
CommitLineData
62a02d25
L
1 .text
2single:
8f065d3b 3 .nops 0
62a02d25
L
4 nop
5
6pseudo_1:
8f065d3b 7 .nops 1
62a02d25
L
8
9pseudo_8:
8f065d3b 10 .nops 8
62a02d25
L
11
12pseudo_8_4:
8f065d3b 13 .nops 8, 4
62a02d25
L
14
15pseudo_20:
8f065d3b 16 .nops 20
62a02d25
L
17
18pseudo_30:
8f065d3b 19 .nops 30
62a02d25 20
3ae729d5
L
21pseudo_129:
22 .nops 129
23
24end:
62a02d25 25 xor %eax, %eax
This page took 0.114587 seconds and 4 git commands to generate.