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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
MC
/
Xtensa
/
Core
/
memorder.s
blob
bf1ebac159b2d94886325456c9e45540dba2a360
1
# RUN: llvm-mc %s -triple=xtensa -show-encoding \
2
# RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
3
4
5
.align 4
6
LBL0
:
7
8
# Instruction format RRR
9
# CHECK-INST: extw
10
# CHECK: encoding: [0xd0,0x20,0x00]
11
extw
12
13
# Instruction format RRR
14
# CHECK-INST: memw
15
# CHECK: encoding: [0xc0,0x20,0x00]
16
memw