xref: /llvm-project/llvm/test/MC/Xtensa/Core/memorder.s (revision 2758a01395148790377af95606c623405b08f0e6)
1# RUN: llvm-mc %s -triple=xtensa -show-encoding \
2# RUN:     | FileCheck -check-prefixes=CHECK,CHECK-INST %s
3
4
5.align	4
6LBL0:
7
8# Instruction format RRR
9# CHECK-INST: extw
10# CHECK: encoding: [0xd0,0x20,0x00]
11extw
12
13# Instruction format RRR
14# CHECK-INST: memw
15# CHECK: encoding: [0xc0,0x20,0x00]
16memw
17