i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-cbw.s
1 .intel_syntax noprefix
2 .text
3 _cbw:
4 cbw
5 cwde
6 cdqe
7 rex cbw
8 rex cwde
9 rex64 cbw
10 _cwd:
11 cwd
12 cdq
13 cqo
14 rex cwd
15 rex cdq
16 rex64 cwd
17
18 .p2align 4,0
This page took 0.029079 seconds and 4 git commands to generate.