1 # RUN: llvm-mc %s -triple=xtensa -show-encoding \
2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
8 # Instruction format CALL
9 # CHECK-INST: call0 LBL0
10 # CHECK: encoding: [0bAA000101,A,A]
13 # Instruction format CALLX
14 # CHECK-INST: callx0 a1
15 # CHECK: encoding: [0xc0,0x01,0x00]
18 # Instruction format CALL
20 # CHECK: encoding: [0bAA000110,A,A]
23 # Instruction format CALLX
25 # CHECK: encoding: [0xa0,0x02,0x00]
28 # Instruction format CALLX
30 # CHECK: encoding: [0x80,0x00,0x00]