repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
AArch64
/
spe.s
blob
a6fb46291dea6c9929cf8dba2cfa702cc7e71628
1
//
RUN
:
llvm-mc
-
triple aarch64
-
mattr
+
spe-eef
-
show-encoding
%
s
2
>%
t
| FileCheck
%
s
2
3
msr
PMSNEVFR_EL1
,
x0
4
mrs x1
,
PMSNEVFR_EL1
5
//
CHECK
:
msr
PMSNEVFR_EL1
,
x0
//
encoding
: [
0x20
,
0x99
,
0x18
,
0xd5
]
6
//
CHECK
:
mrs x1
,
PMSNEVFR_EL1
//
encoding
: [
0x21
,
0x99
,
0x38
,
0xd5
]