operands.isa (11328:9512d2e25f14) operands.isa (11329:82bb3ee706b3)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// Copyright (c) 2015 Advanced Micro Devices, Inc.
3// All rights reserved.
4//
5// The license below extends only to copyright in the software and shall
6// not be construed as granting a license to any other intellectual
7// property including but not limited to intellectual property relating
8// to a hardware implementation of the functionality of the software

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

93 'SSrcReg1': intReg('src1', 1),
94 'SrcReg2': foldInt('src2', 'foldOBit', 2),
95 'SSrcReg2': intReg('src2', 1),
96 'Index': foldInt('index', 'foldABit', 3),
97 'Base': foldInt('base', 'foldABit', 4),
98 'DestReg': foldInt('dest', 'foldOBit', 5),
99 'SDestReg': intReg('dest', 5),
100 'Data': foldInt('data', 'foldOBit', 6),
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// Copyright (c) 2015 Advanced Micro Devices, Inc.
3// All rights reserved.
4//
5// The license below extends only to copyright in the software and shall
6// not be construed as granting a license to any other intellectual
7// property including but not limited to intellectual property relating
8// to a hardware implementation of the functionality of the software

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

93 'SSrcReg1': intReg('src1', 1),
94 'SrcReg2': foldInt('src2', 'foldOBit', 2),
95 'SSrcReg2': intReg('src2', 1),
96 'Index': foldInt('index', 'foldABit', 3),
97 'Base': foldInt('base', 'foldABit', 4),
98 'DestReg': foldInt('dest', 'foldOBit', 5),
99 'SDestReg': intReg('dest', 5),
100 'Data': foldInt('data', 'foldOBit', 6),
101 'DataLow': foldInt('dataLow', 'foldOBit', 6),
102 'DataHi': foldInt('dataHi', 'foldOBit', 6),
101 'ProdLow': impIntReg(0, 7),
102 'ProdHi': impIntReg(1, 8),
103 'Quotient': impIntReg(2, 9),
104 'Remainder': impIntReg(3, 10),
105 'Divisor': impIntReg(4, 11),
106 'DoubleBits': impIntReg(5, 11),
107 'Rax': intReg('(INTREG_RAX)', 12),
108 'Rbx': intReg('(INTREG_RBX)', 13),

--- 101 unchanged lines hidden ---
103 'ProdLow': impIntReg(0, 7),
104 'ProdHi': impIntReg(1, 8),
105 'Quotient': impIntReg(2, 9),
106 'Remainder': impIntReg(3, 10),
107 'Divisor': impIntReg(4, 11),
108 'DoubleBits': impIntReg(5, 11),
109 'Rax': intReg('(INTREG_RAX)', 12),
110 'Rbx': intReg('(INTREG_RBX)', 13),

--- 101 unchanged lines hidden ---