operands.isa (6807:14fbdb0f9585) operands.isa (7720:65d338a8dba4)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

146 'PageGrain': ('ControlReg','uw', 'MISCREG_PAGEGRAIN',None,1),
147 'Debug': ('ControlReg','uw', 'MISCREG_DEBUG',None,1),
148 'Cause': ('ControlReg','uw', 'MISCREG_CAUSE',None,1),
149
150 #Memory Operand
151 'Mem': ('Mem', 'uw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 4),
152
153 #Program Counter Operands
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

146 'PageGrain': ('ControlReg','uw', 'MISCREG_PAGEGRAIN',None,1),
147 'Debug': ('ControlReg','uw', 'MISCREG_DEBUG',None,1),
148 'Cause': ('ControlReg','uw', 'MISCREG_CAUSE',None,1),
149
150 #Memory Operand
151 'Mem': ('Mem', 'uw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 4),
152
153 #Program Counter Operands
154 'NPC': ('NPC', 'uw', None, 'IsControl', 4),
155 'NNPC':('NNPC', 'uw', None, 'IsControl', 4)
154 'PCS': ('PCState', 'uw', None, (None, None, 'IsControl'), 4)
156}};
155}};