1 // RUN
: llvm-mc
-triple x86_64
--show-encoding
%s | FileCheck
%s
2 // RUN
: llvm-mc
-triple x86_64
-x86-asm-syntax
=intel
-output-asm-variant
=1 --show-encoding
%s | FileCheck
%s
3 // RUN
: llvm-mc
-triple i386
--show-encoding
%s | FileCheck
%s
4 // RUN
: llvm-mc
-triple i386
-x86-asm-syntax
=intel
-output-asm-variant
=1 --show-encoding
%s | FileCheck
%s
7 // CHECK
: encoding
: [0x0f,0x01,0xc6]