URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [mips/] [utils-mdmx.inc] - Rev 332
Go to most recent revision | Compare with Previous | Blame | View Log
# MIPS simulator testsuite MDMX utility functions.# Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.# Contributed by Chris Demetriou of Broadcom Corporation.## This file is part of the GNU simulators.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 3 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program. If not, see <http://www.gnu.org/licenses/>. */.include "utils-fpu.inc"###### Shared macros#### Enable MDMX: enable the FPU w/ FR=1, then set Status.MX.macro enable_mdmxenable_fpu 1mfc0 $20, $12or $20, $20, (1 << 24)mtc0 $20, $12.endm###### .OB-format macros###.macro ld_ob r, v.data1: .dword \v.previousldc1 \r, 1b.endm.macro ck_ob r, v.data1: .dword \v.previousdmfc1 $20, \rld $21, 1bbne $20, $21, _failnop.endm.macro ld_acc_ob h, m, lld_ob $f20, \mld_ob $f21, \lwacl.ob $f20, $f21ld_ob $f20, \hwach.ob $f20.endm.macro ck_acc_ob h, m, lrach.ob $f20ck_ob $f20, \hracm.ob $f20ck_ob $f20, \mracl.ob $f20ck_ob $f20, \l.endm
Go to most recent revision | Compare with Previous | Blame | View Log
