i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-notrackbad.s
1 # Check 64bit unsupported NOTRACK prefix
2
3 .allow_index_reg
4 .text
5 _start:
6 notrack call foo
7 notrack jmp foo
8
9 fs notrack call *%rax
10 notrack fs call *%rax
11
12 .intel_syntax noprefix
13 fs notrack call rax
14 notrack fs call rax
15
16 .p2align 4,0
This page took 0.030589 seconds and 4 git commands to generate.