7/30 release from Andrew
[binutils-gdb.git] / sim / ppc / ppc-cache-rules
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 #
20 cache:RA:RA::
21 cache:RA:rA:signed_word *:(cpu_registers(processor)->gpr + RA)
22 cache:RA:RA_BITMASK:unsigned32:(1 << RA)
23 cache:RT:RT::
24 cache:RT:rT:signed_word *:(cpu_registers(processor)->gpr + RT)
25 cache:RT:RT_BITMASK:unsigned32:(1 << RT)
26 cache:RS:RS::
27 cache:RS:rS:signed_word *:(cpu_registers(processor)->gpr + RS)
28 cache:RS:RS_BITMASK:unsigned32:(1 << RS)
29 cache:RB:RB::
30 cache:RB:rB:signed_word *:(cpu_registers(processor)->gpr + RB)
31 cache:RB:RB_BITMASK:unsigned32:(1 << RB)
32 compute:FRA:FRA::
33 cache:FRA:frA:unsigned64 *:(cpu_registers(processor)->fpr + FRA)
34 cache:FRA:FRA_BITMASK:unsigned32:(1 << FRA)
35 compute:FRB:FRB::
36 cache:FRB:frB:unsigned64 *:(cpu_registers(processor)->fpr + FRB)
37 cache:FRB:FRB_BITMASK:unsigned32:(1 << FRB)
38 compute:FRC:FRC::
39 cache:FRC:frC:unsigned64 *:(cpu_registers(processor)->fpr + FRC)
40 cache:FRC:FRC_BITMASK:unsigned32:(1 << FRC)
41 compute:FRS:FRS::
42 cache:FRS:frS:unsigned64 *:(cpu_registers(processor)->fpr + FRS)
43 cache:FRS:FRS_BITMASK:unsigned32:(1 << FRS)
44 compute:FRT:FRT::
45 cache:FRT:frT:unsigned64 *:(cpu_registers(processor)->fpr + FRT)
46 cache:FRT:FRT_BITMASK:unsigned32:(1 << FRT)
47 cache:SI:EXTS_SI:unsigned_word:((signed_word)(signed16)instruction)
48 compute:BI:BI::
49 cache:BI:BIT32_BI::BIT32(BI)
50 cache:BF:BF::
51 cache:BF:BF_BITMASK:unsigned32:(1 << BF)
52 compute:BA:BA::
53 cache:BA:BIT32_BA::BIT32(BA)
54 cache:BA:BA_BITMASK:unsigned32:(1 << BA)
55 compute:BB:BB::
56 cache:BB:BIT32_BB::BIT32(BB)
57 cache:BB:BB_BITMASK:unsigned32:(1 << BB)
58 cache:BT:BT::
59 cache:BT:BT_BITMASK:unsigned32:(1 << BT)
60 cache:BD:EXTS_BD_0b00:unsigned_word:(((signed_word)(signed16)instruction) & ~3)
61 cache:LI:EXTS_LI_0b00:unsigned_word:((((signed_word)(signed32)(instruction << 6)) >> 6) & ~0x3)
62 cache:D:EXTS_D:unsigned_word:((signed_word)(signed16)(instruction))
63 cache:DS:EXTS_DS_0b00:unsigned_word:(((signed_word)(signed16)instruction) & ~0x3)