blob: 33c6bf3411daed041767cf2db721220b1663ecaa [file] [log] [blame]
#------------------------------------------------------------------------------
#
# DisableFloatingPointUnits() for LoongArch64
#
# Copyright (c) 2024, Loongson Technology Corporation Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#------------------------------------------------------------------------------
ASM_GLOBAL ASM_PFX(DisableFloatingPointUnits)
ASM_PFX(DisableFloatingPointUnits):
li.w $t0, 0x1
csrxchg $zero, $t0, 0x2
jirl $zero, $ra, 0
.end