Fix typo in last change.
[deliverable/binutils-gdb.git] / sim / ppc / ppc-cache-rules
CommitLineData
c906108c
SS
1#
2# This file is part of the program psim.
3#
4# Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au>
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19#
20cache:RA:RA::
21cache:RA:rA:signed_word *:(cpu_registers(processor)->gpr + RA)
22cache:RA:RA_BITMASK:unsigned32:(1 << RA)
23compute:RA:RA_is_0:int:(RA == 0)
24cache:RT:RT::
25cache:RT:rT:signed_word *:(cpu_registers(processor)->gpr + RT)
26cache:RT:RT_BITMASK:unsigned32:(1 << RT)
27cache:RS:RS::
28cache:RS:rS:signed_word *:(cpu_registers(processor)->gpr + RS)
29cache:RS:RS_BITMASK:unsigned32:(1 << RS)
30cache:RB:RB::
31cache:RB:rB:signed_word *:(cpu_registers(processor)->gpr + RB)
32cache:RB:RB_BITMASK:unsigned32:(1 << RB)
33scratch:FRA:FRA::
34cache:FRA:frA:unsigned64 *:(cpu_registers(processor)->fpr + FRA)
35cache:FRA:FRA_BITMASK:unsigned32:(1 << FRA)
36scratch:FRB:FRB::
37cache:FRB:frB:unsigned64 *:(cpu_registers(processor)->fpr + FRB)
38cache:FRB:FRB_BITMASK:unsigned32:(1 << FRB)
39scratch:FRC:FRC::
40cache:FRC:frC:unsigned64 *:(cpu_registers(processor)->fpr + FRC)
41cache:FRC:FRC_BITMASK:unsigned32:(1 << FRC)
42scratch:FRS:FRS::
43cache:FRS:frS:unsigned64 *:(cpu_registers(processor)->fpr + FRS)
44cache:FRS:FRS_BITMASK:unsigned32:(1 << FRS)
45scratch:FRT:FRT::
46cache:FRT:frT:unsigned64 *:(cpu_registers(processor)->fpr + FRT)
47cache:FRT:FRT_BITMASK:unsigned32:(1 << FRT)
48cache:SI:EXTS_SI:unsigned_word:((signed_word)(signed16)instruction)
49scratch:BI:BI::
50cache:BI:BIT32_BI::BIT32(BI)
51cache:BF:BF::
52cache:BF:BF_BITMASK:unsigned32:(1 << BF)
53scratch:BA:BA::
54cache:BA:BIT32_BA::BIT32(BA)
55cache:BA:BA_BITMASK:unsigned32:(1 << BA)
56scratch:BB:BB::
57cache:BB:BIT32_BB::BIT32(BB)
58cache:BB:BB_BITMASK:unsigned32:(1 << BB)
59cache:BT:BT::
60cache:BT:BT_BITMASK:unsigned32:(1 << BT)
61cache:BD:EXTS_BD_0b00:unsigned_word:(((signed_word)(signed16)instruction) & ~3)
62cache:LI:EXTS_LI_0b00:unsigned_word:((((signed_word)(signed32)(instruction << 6)) >> 6) & ~0x3)
63cache:D:EXTS_D:unsigned_word:((signed_word)(signed16)(instruction))
64cache:DS:EXTS_DS_0b00:unsigned_word:(((signed_word)(signed16)instruction) & ~0x3)
65#compute:SPR:SPR_is_256:int:(SPR == 256)
This page took 0.05888 seconds and 4 git commands to generate.