mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
02b985c50f
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33354 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
482 B
LLVM
16 lines
482 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6
|
|
|
|
uint %test1(uint %tmp54) {
|
|
%tmp56 = tail call uint asm "uxtb16 $0,$1", "=r,r"( uint %tmp54 )
|
|
ret uint %tmp56
|
|
}
|
|
|
|
void %test2() {
|
|
%tmp1 = call long asm "ldmia $1!, {$0, ${0:H}}", "=r,==r,1"( int** null, int* null )
|
|
%tmp1 = cast long %tmp1 to ulong
|
|
%tmp2 = shr ulong %tmp1, ubyte 32
|
|
%tmp3 = cast ulong %tmp2 to int
|
|
%tmp4 = call int asm "pkhbt $0, $1, $2, lsl #16", "=r,r,r"( int 0, int %tmp3 )
|
|
ret void
|
|
}
|