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
[RISCV] Add ESWIN EIC770X (SiFive P550) to getHostCPUNameForRISCV. (#125277)
[llvm-project.git]
/
llvm
/
test
/
MC
/
Disassembler
/
AArch64
/
armv9.5a-e3dse.txt
blob
d2476dbf876d4c7695f63477b11f843c62f55332
1
# RUN: llvm-mc -triple aarch64 -disassemble < %s | FileCheck %s
2
3
[0x20,0xc1,0x3e,0xd5]
4
# CHECK: mrs x0, VDISR_EL3
5
6
[0x20,0xc1,0x1e,0xd5]
7
# CHECK: msr VDISR_EL3, x0
8
9
[0x60,0x52,0x3e,0xd5]
10
# CHECK: mrs x0, VSESR_EL3
11
12
[0x60,0x52,0x1e,0xd5]
13
# CHECK: msr VSESR_EL3, x0