brintos

brintos / llvm-project-archived public Read only

0
0
Text · 298 B · bf1ebac Raw
17 lines · plain
1# RUN: llvm-mc %s -triple=xtensa -show-encoding \2# RUN:     | FileCheck -check-prefixes=CHECK,CHECK-INST %s3 4 5.align	46LBL0:7 8# Instruction format RRR9# CHECK-INST: extw10# CHECK: encoding: [0xd0,0x20,0x00]11extw12 13# Instruction format RRR14# CHECK-INST: memw15# CHECK: encoding: [0xc0,0x20,0x00]16memw17