operands.isa (6360:c3058964d06f) operands.isa (6479:b9ab1b56391b)
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

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

122 'DestReg': foldInt('dest', 'foldOBit', 5),
123 'SDestReg': intReg('dest', 5),
124 'Data': foldInt('data', 'foldOBit', 6),
125 'ProdLow': impIntReg(0, 7),
126 'ProdHi': impIntReg(1, 8),
127 'Quotient': impIntReg(2, 9),
128 'Remainder': impIntReg(3, 10),
129 'Divisor': impIntReg(4, 11),
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

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

122 'DestReg': foldInt('dest', 'foldOBit', 5),
123 'SDestReg': intReg('dest', 5),
124 'Data': foldInt('data', 'foldOBit', 6),
125 'ProdLow': impIntReg(0, 7),
126 'ProdHi': impIntReg(1, 8),
127 'Quotient': impIntReg(2, 9),
128 'Remainder': impIntReg(3, 10),
129 'Divisor': impIntReg(4, 11),
130 'DoubleBits': impIntReg(5, 11),
130 'Rax': intReg('(INTREG_RAX)', 12),
131 'Rbx': intReg('(INTREG_RBX)', 13),
132 'Rcx': intReg('(INTREG_RCX)', 14),
133 'Rdx': intReg('(INTREG_RDX)', 15),
134 'Rsp': intReg('(INTREG_RSP)', 16),
135 'Rbp': intReg('(INTREG_RBP)', 17),
136 'Rsi': intReg('(INTREG_RSI)', 18),
137 'Rdi': intReg('(INTREG_RDI)', 19),

--- 50 unchanged lines hidden ---
131 'Rax': intReg('(INTREG_RAX)', 12),
132 'Rbx': intReg('(INTREG_RBX)', 13),
133 'Rcx': intReg('(INTREG_RCX)', 14),
134 'Rdx': intReg('(INTREG_RDX)', 15),
135 'Rsp': intReg('(INTREG_RSP)', 16),
136 'Rbp': intReg('(INTREG_RBP)', 17),
137 'Rsi': intReg('(INTREG_RSI)', 18),
138 'Rdi': intReg('(INTREG_RDI)', 19),

--- 50 unchanged lines hidden ---