1 # Check parsing symbol expressions
3 # RUN: llvm-mc -triple=mipsel -show-inst-operands %s 2> %t0
4 # RUN: FileCheck %s < %t0
11 jal __start
+ 0x4 # CHECK: instruction: [jal, Imm<__start+4>]
12 jal __start
+ (-0x10) # CHECK: instruction: [jal, Imm<__start-16>]
13 jal
(__start
+ (-0x10)) # CHECK: instruction: [jal, Imm<__start-16>]