repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
MC
/
X86
/
x86_errors.s
blob
183306be2c116cfc6d8aea07d838023003c1de63
1
//
RUN
:
not
llvm-mc
-
triple x86_64-unknown-unknown
%
s
2
> %
t.err
2
//
RUN
:
FileCheck
< %
t.err
%
s
3
4
//
CHECK
:
error
:
ambiguous instructions require an explicit suffix
(
could
be
'cmpb'
,
'cmpw'
,
'cmpl'
,
or
'cmpq'
)
5
cmp
$
0
,
0
(%
eax
)