57 lines
1.3 KiB
ArmAsm
57 lines
1.3 KiB
ArmAsm
|
#################################################################
|
||
|
# #
|
||
|
# Copyright 2001 Sanchez Computer Associates, Inc. #
|
||
|
# #
|
||
|
# This source code contains the intellectual property #
|
||
|
# of its copyright holder(s), and is made available #
|
||
|
# under a license. If you do not know the terms of #
|
||
|
# the license, please stop and do not read further. #
|
||
|
# #
|
||
|
#################################################################
|
||
|
|
||
|
.arch armv6
|
||
|
.fpu vfp
|
||
|
.text
|
||
|
|
||
|
.align 2
|
||
|
.global op_callspb
|
||
|
.type op_callspb, %function
|
||
|
op_callspb:
|
||
|
@ args = 0, pretend = 0, frame = 0
|
||
|
@ frame_needed = 1, uses_anonymous_args = 0
|
||
|
@ link register save eliminated.
|
||
|
str fp, [sp, #-4]!
|
||
|
add fp, sp, #0
|
||
|
add sp, fp, #0
|
||
|
ldmfd sp!, {fp}
|
||
|
bx lr
|
||
|
.size op_callspb, .-op_callspb
|
||
|
|
||
|
.align 2
|
||
|
.global op_callspl
|
||
|
.type op_callspl, %function
|
||
|
op_callspl:
|
||
|
@ args = 0, pretend = 0, frame = 0
|
||
|
@ frame_needed = 1, uses_anonymous_args = 0
|
||
|
@ link register save eliminated.
|
||
|
str fp, [sp, #-4]!
|
||
|
add fp, sp, #0
|
||
|
add sp, fp, #0
|
||
|
ldmfd sp!, {fp}
|
||
|
bx lr
|
||
|
.size op_callspl, .-op_callspl
|
||
|
|
||
|
.align 2
|
||
|
.global op_callspw
|
||
|
.type op_callspw, %function
|
||
|
op_callspw:
|
||
|
@ args = 0, pretend = 0, frame = 0
|
||
|
@ frame_needed = 1, uses_anonymous_args = 0
|
||
|
@ link register save eliminated.
|
||
|
str fp, [sp, #-4]!
|
||
|
add fp, sp, #0
|
||
|
add sp, fp, #0
|
||
|
ldmfd sp!, {fp}
|
||
|
bx lr
|
||
|
.size op_callspw, .-op_callspw
|