repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
AArch64
/
arm64-fp-encoding-error.s
blob
ad30127974452b87f594c32cf8198a2784953f12
1
; RUN
:
not
llvm-mc
-
triple arm64-apple-ios8.0
%
s
-
o
/
dev
/
null
2
>&
1
| FileCheck
%
s
2
3
fmov s0
,
#-0.0
4
; CHECK
:
error
:
expected compatible register
or
floating-point constant
5
6
fmov d0
,
#-0.0
7
; CHECK
:
error
:
expected compatible register
or
floating-point constant
8