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
[AMDGPU] Add commute for some VOP3 inst (#121326)
[llvm-project.git]
/
llvm
/
test
/
MC
/
AArch64
/
armv9.5a-fgwte3.s
blob
2352bc7e1ca71c25df9d75a03f4e26a28fd3a7f6
1
//
RUN
:
llvm-mc
-
triple aarch64
-
show-encoding
< %
s | FileCheck
%
s
2
3
mrs x0
,
FGWTE3_EL3
4
//
CHECK
:
mrs x0
,
FGWTE3_EL3
//
encoding
: [
0xa0
,
0x11
,
0x3e
,
0xd5
]
5
msr
FGWTE3_EL3
,
x0
6
//
CHECK
:
msr
FGWTE3_EL3
,
x0
//
encoding
: [
0xa0
,
0x11
,
0x1e
,
0xd5
]