brintos

brintos / llvm-project-archived public Read only

0
0
Text · 433 B · 75fcc15 Raw
21 lines · plain
1# RUN: llvm-mc %s -triple=xtensa -show-encoding --mattr=+prid \2# RUN:     | FileCheck -check-prefixes=CHECK,CHECK-INST %s3 4.align	45LBL0:6 7#Instruction format RRR8#CHECK-INST: rsr a2, prid9#CHECK: encoding: [0x20,0xeb,0x03]10rsr a2,prid11 12#Instruction format RRR13#CHECK-INST: rsr a2, prid14#CHECK: encoding: [0x20,0xeb,0x03]15rsr.prid a216 17#Instruction format RRR18#CHECK-INST: rsr a2, prid19#CHECK: encoding: [0x20,0xeb,0x03]20rsr a2, 23521