main.isa (3349:fec4a86fa212) main.isa (3454:26850ac19a39)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

--- 169 unchanged lines hidden (view full) ---

178 'IsInteger', 2),
179 'Rc': ('IntReg', 'uq', 'PALMODE ? AlphaISA::reg_redir[RC] : RC',
180 'IsInteger', 3),
181 'Fa': ('FloatReg', 'df', 'FA', 'IsFloating', 1),
182 'Fb': ('FloatReg', 'df', 'FB', 'IsFloating', 2),
183 'Fc': ('FloatReg', 'df', 'FC', 'IsFloating', 3),
184 'Mem': ('Mem', 'uq', None, ('IsMemRef', 'IsLoad', 'IsStore'), 4),
185 'NPC': ('NPC', 'uq', None, ( None, None, 'IsControl' ), 4),
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

--- 169 unchanged lines hidden (view full) ---

178 'IsInteger', 2),
179 'Rc': ('IntReg', 'uq', 'PALMODE ? AlphaISA::reg_redir[RC] : RC',
180 'IsInteger', 3),
181 'Fa': ('FloatReg', 'df', 'FA', 'IsFloating', 1),
182 'Fb': ('FloatReg', 'df', 'FB', 'IsFloating', 2),
183 'Fc': ('FloatReg', 'df', 'FC', 'IsFloating', 3),
184 'Mem': ('Mem', 'uq', None, ('IsMemRef', 'IsLoad', 'IsStore'), 4),
185 'NPC': ('NPC', 'uq', None, ( None, None, 'IsControl' ), 4),
186 'Runiq': ('ControlReg', 'uq', 'TheISA::Uniq_DepTag', None, 1),
187 'FPCR': (' ControlReg', 'uq', 'TheISA::Fpcr_DepTag', None, 1),
186 'Runiq': ('ControlReg', 'uq', 'AlphaISA::Uniq_DepTag', None, 1),
187 'FPCR': ('ControlReg', 'uq', 'AlphaISA::Fpcr_DepTag', None, 1),
188 'IntrFlag': ('ControlReg', 'uq', 'AlphaISA::Intr_Flag_DepTag', None, 1),
188 # The next two are hacks for non-full-system call-pal emulation
189 'R0': ('IntReg', 'uq', '0', None, 1),
190 'R16': ('IntReg', 'uq', '16', None, 1),
191 'R17': ('IntReg', 'uq', '17', None, 1),
192 'R18': ('IntReg', 'uq', '18', None, 1)
193}};
194
195////////////////////////////////////////////////////////////////////

--- 271 unchanged lines hidden ---
189 # The next two are hacks for non-full-system call-pal emulation
190 'R0': ('IntReg', 'uq', '0', None, 1),
191 'R16': ('IntReg', 'uq', '16', None, 1),
192 'R17': ('IntReg', 'uq', '17', None, 1),
193 'R18': ('IntReg', 'uq', '18', None, 1)
194}};
195
196////////////////////////////////////////////////////////////////////

--- 271 unchanged lines hidden ---