13a14,15
> // Copyright (c) 2012 Mark D. Hill and David A. Wood
> // Copyright (c) 2012-2013 Advanced Micro Devices, Inc.
63a66,67
> def ccReg(idx, id):
> return ('CCReg', 'uqw', idx, 'IsCC', id)
121,125c125,129
< 'ccFlagBits': intReg('INTREG_PSEUDO(0)', 60),
< 'cfofBits': intReg('INTREG_PSEUDO(1)', 61),
< 'dfBit': intReg('INTREG_PSEUDO(2)', 62),
< 'ecfBit': intReg('INTREG_PSEUDO(3)', 63),
< 'ezfBit': intReg('INTREG_PSEUDO(4)', 64),
---
> 'ccFlagBits': ccReg('(CCREG_ZAPS)', 60),
> 'cfofBits': ccReg('(CCREG_CFOF)', 61),
> 'dfBit': ccReg('(CCREG_DF)', 62),
> 'ecfBit': ccReg('(CCREG_ECF)', 63),
> 'ezfBit': ccReg('(CCREG_EZF)', 64),
142c146
< 'PredccFlagBits': ('IntReg', 'uqw', 'INTREG_PSEUDO(0)', 'IsInteger',
---
> 'PredccFlagBits': ('CCReg', 'uqw', '(CCREG_ZAPS)', 'IsCC',
147c151
< 'PredcfofBits': ('IntReg', 'uqw', 'INTREG_PSEUDO(1)', 'IsInteger',
---
> 'PredcfofBits': ('CCReg', 'uqw', '(CCREG_CFOF)', 'IsCC',
151c155
< 'PreddfBit': ('IntReg', 'uqw', 'INTREG_PSEUDO(2)', 'IsInteger',
---
> 'PreddfBit': ('CCReg', 'uqw', '(CCREG_DF)', 'IsCC',
153c157
< 'PredecfBit': ('IntReg', 'uqw', 'INTREG_PSEUDO(3)', 'IsInteger',
---
> 'PredecfBit': ('CCReg', 'uqw', '(CCREG_ECF)', 'IsCC',
155c159
< 'PredezfBit': ('IntReg', 'uqw', 'INTREG_PSEUDO(4)', 'IsInteger',
---
> 'PredezfBit': ('CCReg', 'uqw', '(CCREG_EZF)', 'IsCC',