x86: fold various AVX512 templates with so far differing Masking attributes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nop-1.s
1 .text
2 single:
3 .nops 0
4 nop
5
6 pseudo_1:
7 .nops 1
8
9 pseudo_8:
10 .nops 8
11
12 pseudo_8_4:
13 .nops 8, 4
14
15 pseudo_20:
16 .nops 20
17
18 pseudo_30:
19 .nops 30
20
21 pseudo_129:
22 .nops 129
23
24 end:
25 xor %eax, %eax
This page took 0.029995 seconds and 4 git commands to generate.