brintos

brintos / llvm-project-archived public Read only

0
0
Text · 490 B · bd0d08c Raw
15 lines · plain
1# RUN: llvm-mc -triple=ve %s -o - | FileCheck %s2# RUN: llvm-mc -triple=ve -filetype=obj %s -o - | llvm-objdump -r - | FileCheck %s --check-prefix=CHECK-OBJ3 4    lea %s34, x@tpoff_lo5    and %s34, %s34, (32)06    lea.sl %s34, x@tpoff_hi(%s34)7    adds.l %s0, %s14, %s348# CHECK: lea %s34, x@tpoff_lo9# CHECK-NEXT: and %s34, %s34, (32)010# CHECK-NEXT: lea.sl %s34, x@tpoff_hi(%s34)11# CHECK-NEXT: adds.l %s0, %s14, %s3412 13# CHECK-OBJ: 0 R_VE_TPOFF_LO32 x14# CHECK-OBJ-NEXT: 10 R_VE_TPOFF_HI32 x15