Sign in
llvm
/
llvm-project
/
llvm
/
4065f8ffaff7fd23a176d4c968bba1ebac135a19
/
.
/
test
/
tools
/
llvm-ml
/
architecture.asm
blob: 7bcf30bd5e5d63af42f669922a58f61b5a6d7567 [
file
] [
log
] [
blame
]
;
RUN
:
llvm
-
ml64
-
filetype
=
s
%
s
/
Fo
-
|
FileCheck
%
s
--
implicit
-
check
-
not
=
error
:
;
RUN
:
llvm
-
ml
-
m64
-
filetype
=
s
%
s
/
Fo
-
|
FileCheck
%
s
--
implicit
-
check
-
not
=
error
:
.
code
xor rax
,
rax
;
CHECK
:
xor rax
,
rax
end