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