xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=ppc32
2*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=ppc64
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Workerdefine i16 @test(i8* %d1, i16* %d2) {
5*9880d681SAndroid Build Coastguard Worker	%tmp237 = call i16 asm "lhbrx $0, $2, $1", "=r,r,bO,m"( i8* %d1, i32 0, i16* %d2 )		; <i16> [#uses=1]
6*9880d681SAndroid Build Coastguard Worker	ret i16 %tmp237
7*9880d681SAndroid Build Coastguard Worker}
8