1*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32 2*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32 3*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32 4*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n32 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N32 5*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64 6*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64 7*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -mattr=+mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-MIPS16-1 8*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -mattr=+mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-MIPS16-2 9*9880d681SAndroid Build Coastguard Worker 10*9880d681SAndroid Build Coastguard Worker@reg = common global i8* null, align 4 11*9880d681SAndroid Build Coastguard Worker 12*9880d681SAndroid Build Coastguard Workerdefine i8* @dummy(i8* %x) nounwind readnone noinline { 13*9880d681SAndroid Build Coastguard Workerentry: 14*9880d681SAndroid Build Coastguard Worker ret i8* %x 15*9880d681SAndroid Build Coastguard Worker} 16*9880d681SAndroid Build Coastguard Worker 17*9880d681SAndroid Build Coastguard Worker; PIC-O32: lw $[[R0:[0-9]+]], %got($tmp[[T0:[0-9]+]]) 18*9880d681SAndroid Build Coastguard Worker; PIC-O32: addiu ${{[0-9]+}}, $[[R0]], %lo($tmp[[T0]]) 19*9880d681SAndroid Build Coastguard Worker; PIC-O32: lw $[[R1:[0-9]+]], %got($tmp[[T1:[0-9]+]]) 20*9880d681SAndroid Build Coastguard Worker; PIC-O32: addiu ${{[0-9]+}}, $[[R1]], %lo($tmp[[T1]]) 21*9880d681SAndroid Build Coastguard Worker; STATIC-O32: lui $[[R2:[0-9]+]], %hi($tmp[[T2:[0-9]+]]) 22*9880d681SAndroid Build Coastguard Worker; STATIC-O32: addiu ${{[0-9]+}}, $[[R2]], %lo($tmp[[T2]]) 23*9880d681SAndroid Build Coastguard Worker; STATIC-O32: lui $[[R3:[0-9]+]], %hi($tmp[[T3:[0-9]+]]) 24*9880d681SAndroid Build Coastguard Worker; STATIC-O32: addiu ${{[0-9]+}}, $[[R3]], %lo($tmp[[T3]]) 25*9880d681SAndroid Build Coastguard Worker; PIC-N32: lw $[[R0:[0-9]+]], %got_page($tmp[[T0:[0-9]+]]) 26*9880d681SAndroid Build Coastguard Worker; PIC-N32: addiu ${{[0-9]+}}, $[[R0]], %got_ofst($tmp[[T0]]) 27*9880d681SAndroid Build Coastguard Worker; PIC-N32: lw $[[R1:[0-9]+]], %got_page($tmp[[T1:[0-9]+]]) 28*9880d681SAndroid Build Coastguard Worker; PIC-N32: addiu ${{[0-9]+}}, $[[R1]], %got_ofst($tmp[[T1]]) 29*9880d681SAndroid Build Coastguard Worker; STATIC-N32: lui $[[R2:[0-9]+]], %hi($tmp[[T2:[0-9]+]]) 30*9880d681SAndroid Build Coastguard Worker; STATIC-N32: addiu ${{[0-9]+}}, $[[R2]], %lo($tmp[[T2]]) 31*9880d681SAndroid Build Coastguard Worker; STATIC-N32: lui $[[R3:[0-9]+]], %hi($tmp[[T3:[0-9]+]]) 32*9880d681SAndroid Build Coastguard Worker; STATIC-N32: addiu ${{[0-9]+}}, $[[R3]], %lo($tmp[[T3]]) 33*9880d681SAndroid Build Coastguard Worker; PIC-N64: ld $[[R0:[0-9]+]], %got_page($tmp[[T0:[0-9]+]]) 34*9880d681SAndroid Build Coastguard Worker; PIC-N64: daddiu ${{[0-9]+}}, $[[R0]], %got_ofst($tmp[[T0]]) 35*9880d681SAndroid Build Coastguard Worker; PIC-N64: ld $[[R1:[0-9]+]], %got_page($tmp[[T1:[0-9]+]]) 36*9880d681SAndroid Build Coastguard Worker; PIC-N64: daddiu ${{[0-9]+}}, $[[R1]], %got_ofst($tmp[[T1]]) 37*9880d681SAndroid Build Coastguard Worker; STATIC-N64: ld $[[R2:[0-9]+]], %got_page($tmp[[T2:[0-9]+]]) 38*9880d681SAndroid Build Coastguard Worker; STATIC-N64: daddiu ${{[0-9]+}}, $[[R2]], %got_ofst($tmp[[T2]]) 39*9880d681SAndroid Build Coastguard Worker; STATIC-N64: ld $[[R3:[0-9]+]], %got_page($tmp[[T3:[0-9]+]]) 40*9880d681SAndroid Build Coastguard Worker; STATIC-N64: daddiu ${{[0-9]+}}, $[[R3]], %got_ofst($tmp[[T3]]) 41*9880d681SAndroid Build Coastguard Worker; STATIC-MIPS16-1: .ent f 42*9880d681SAndroid Build Coastguard Worker; STATIC-MIPS16-2: .ent f 43*9880d681SAndroid Build Coastguard Worker; STATIC-MIPS16-1: li $[[R1_16:[0-9]+]], %hi($tmp[[TI_16:[0-9]+]]) 44*9880d681SAndroid Build Coastguard Worker; STATIC-MIPS16-1: sll ${{[0-9]+}}, $[[R1_16]], 16 45*9880d681SAndroid Build Coastguard Worker; STATIC-MIPS16-2: li ${{[0-9]+}}, %lo($tmp{{[0-9]+}}) 46*9880d681SAndroid Build Coastguard Worker; STATIC-MIPS16-1: jal dummy 47*9880d681SAndroid Build Coastguard Worker; STATIC-MIPS16-2: jal dummy 48*9880d681SAndroid Build Coastguard Worker 49*9880d681SAndroid Build Coastguard Workerdefine void @f() nounwind { 50*9880d681SAndroid Build Coastguard Workerentry: 51*9880d681SAndroid Build Coastguard Worker %call = tail call i8* @dummy(i8* blockaddress(@f, %baz)) 52*9880d681SAndroid Build Coastguard Worker indirectbr i8* %call, [label %baz, label %foo] 53*9880d681SAndroid Build Coastguard Worker 54*9880d681SAndroid Build Coastguard Workerfoo: ; preds = %foo, %entry 55*9880d681SAndroid Build Coastguard Worker store i8* blockaddress(@f, %foo), i8** @reg, align 4 56*9880d681SAndroid Build Coastguard Worker br label %foo 57*9880d681SAndroid Build Coastguard Worker 58*9880d681SAndroid Build Coastguard Workerbaz: ; preds = %entry 59*9880d681SAndroid Build Coastguard Worker store i8* null, i8** @reg, align 4 60*9880d681SAndroid Build Coastguard Worker ret void 61*9880d681SAndroid Build Coastguard Worker} 62