43 lines
1.0 KiB
ArmAsm
43 lines
1.0 KiB
ArmAsm
#################################################################
|
|
# #
|
|
# Copyright 2007 Fidelity Information Services, 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. #
|
|
# #
|
|
#################################################################
|
|
|
|
# PAGE ,132
|
|
.title op_forlcldo.s
|
|
|
|
# .386
|
|
# .MODEL FLAT, C
|
|
|
|
.include "linkage.si"
|
|
.INCLUDE "g_msf.si"
|
|
|
|
.sbttl op_forlcldo
|
|
# PAGE +
|
|
.DATA
|
|
.extern frame_pointer
|
|
|
|
.text
|
|
.extern exfun_frame
|
|
|
|
.sbttl op_forlcldob
|
|
# PUBLIC op_forlcldob
|
|
ENTRY op_forlcldow
|
|
ENTRY op_forlcldol
|
|
ENTRY op_forlcldob
|
|
movq frame_pointer(REG_IP),REG64_ARG2
|
|
movq (REG_SP),REG64_ACCUM # return address
|
|
addq REG64_ARG0, REG64_ACCUM
|
|
movq REG64_ACCUM,msf_mpc_off(REG64_ARG2)
|
|
call exfun_frame
|
|
movq frame_pointer(REG_IP),REG64_ARG2
|
|
movq msf_temps_ptr_off(REG64_ARG2),REG_FRAME_TMP_PTR
|
|
ret
|
|
# op_forlcldob ENDP
|