xref: /aosp_15_r20/external/llvm/test/MC/X86/encoder-fail.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: not llvm-mc -triple x86_64-unknown-unknown --show-encoding %s 2>&1 | FileCheck %s
2// CHECK: LLVM ERROR: Cannot encode high byte register in REX-prefixed instruction
3 movzx %dh, %rsi
4