operands.isa (4519:f8da6b45573f) operands.isa (4587:2c9a2534a489)
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

94 'df' : ('float', 64),
95 'qf' : ('float', 128)
96}};
97
98def operands {{
99 'DestReg': ('IntReg', 'uqw', 'dest', 'IsInteger', 1),
100 'SrcReg1': ('IntReg', 'uqw', 'src1', 'IsInteger', 2),
101 'SrcReg2': ('IntReg', 'uqw', 'src2', 'IsInteger', 3),
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

94 'df' : ('float', 64),
95 'qf' : ('float', 128)
96}};
97
98def operands {{
99 'DestReg': ('IntReg', 'uqw', 'dest', 'IsInteger', 1),
100 'SrcReg1': ('IntReg', 'uqw', 'src1', 'IsInteger', 2),
101 'SrcReg2': ('IntReg', 'uqw', 'src2', 'IsInteger', 3),
102 'IntRegOp0': ('IntReg', 'udw', 'param0', 'IsInteger', 1),
103 'IntRegOp1': ('IntReg', 'udw', 'param1', 'IsInteger', 2),
104 'IntRegOp2': ('IntReg', 'udw', 'param2', 'IsInteger', 2),
102 'Base': ('IntReg', 'uqw', 'base', 'IsInteger', 4),
103 'Index': ('IntReg', 'uqw', 'index', 'IsInteger', 5),
104 'Data': ('IntReg', 'uqw', 'data', 'IsInteger', 6),
105 'RIP': ('NPC', 'uqw', None, (None, None, 'IsControl'), 10),
106 'Mem': ('Mem', 'uqw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 100)
105}};
107}};