22 lines · plain
1# RUN: llvm-mc %s -triple=xtensa -show-encoding --mattr=+threadptr \2# RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s3 4.align 45LBL0:6 7# CHECK-INST: rur a3, threadptr8# CHECK: encoding: [0x70,0x3e,0xe3]9rur a3, threadptr10 11# CHECK-INST: rur a3, threadptr12# CHECK: encoding: [0x70,0x3e,0xe3]13rur a3, 23114 15# CHECK-INST: rur a3, threadptr16# CHECK: encoding: [0x70,0x3e,0xe3]17rur.threadptr a318 19# CHECK-INST: wur a3, threadptr20# CHECK: encoding: [0x30,0xe7,0xf3]21wur a3, threadptr22