xref: /aosp_15_r20/external/llvm/test/CodeGen/Mips/stchar.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc  -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_h
2*9880d681SAndroid Build Coastguard Worker; RUN: llc  -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_b
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker@.str = private unnamed_addr constant [9 x i8] c"%hd %c \0A\00", align 1
5*9880d681SAndroid Build Coastguard Worker@sp = common global i16* null, align 4
6*9880d681SAndroid Build Coastguard Worker@cp = common global i8* null, align 4
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Workerdeclare i32 @printf(i8* nocapture, ...) nounwind
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Workerdefine void @test() nounwind {
11*9880d681SAndroid Build Coastguard Workerentry:
12*9880d681SAndroid Build Coastguard Worker  %s = alloca i16, align 4
13*9880d681SAndroid Build Coastguard Worker  %c = alloca i8, align 4
14*9880d681SAndroid Build Coastguard Worker  store i16 16, i16* %s, align 4
15*9880d681SAndroid Build Coastguard Worker  store i8 99, i8* %c, align 4
16*9880d681SAndroid Build Coastguard Worker  store i16* %s, i16** @sp, align 4
17*9880d681SAndroid Build Coastguard Worker  store i8* %c, i8** @cp, align 4
18*9880d681SAndroid Build Coastguard Worker  %call.i.i = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i32 16, i32 99) nounwind
19*9880d681SAndroid Build Coastguard Worker  %0 = load i16*, i16** @sp, align 4
20*9880d681SAndroid Build Coastguard Worker  store i16 32, i16* %0, align 2
21*9880d681SAndroid Build Coastguard Worker  %1 = load i8*, i8** @cp, align 4
22*9880d681SAndroid Build Coastguard Worker  store i8 97, i8* %1, align 1
23*9880d681SAndroid Build Coastguard Worker  %2 = load i16, i16* %s, align 4
24*9880d681SAndroid Build Coastguard Worker  %3 = load i8, i8* %c, align 4
25*9880d681SAndroid Build Coastguard Worker  %conv.i = sext i16 %2 to i32
26*9880d681SAndroid Build Coastguard Worker  %conv1.i = sext i8 %3 to i32
27*9880d681SAndroid Build Coastguard Worker  %call.i = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i32 %conv.i, i32 %conv1.i) nounwind
28*9880d681SAndroid Build Coastguard Worker  ret void
29*9880d681SAndroid Build Coastguard Worker; 16_b-LABEL: test:
30*9880d681SAndroid Build Coastguard Worker; 16_h-LABEL: test:
31*9880d681SAndroid Build Coastguard Worker; 16_b:	sb	${{[0-9]+}}, [[offset1:[0-9]+]](${{[0-9]+}})
32*9880d681SAndroid Build Coastguard Worker; 16_b: lb      ${{[0-9]+}}, [[offset1]](${{[0-9]+}})
33*9880d681SAndroid Build Coastguard Worker; 16_h:	sh	${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}})
34*9880d681SAndroid Build Coastguard Worker; 16_h: lh      ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
35*9880d681SAndroid Build Coastguard Worker}
36*9880d681SAndroid Build Coastguard Worker
37*9880d681SAndroid Build Coastguard Workerdeclare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
38*9880d681SAndroid Build Coastguard Worker
39*9880d681SAndroid Build Coastguard Workerdeclare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
40*9880d681SAndroid Build Coastguard Worker
41