rename_impl.hh (13453:4a7a060ea26e) rename_impl.hh (13598:39220222740c)
1/*
2 * Copyright (c) 2010-2012, 2014-2016 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

1034 switch (src_reg.classValue()) {
1035 case IntRegClass:
1036 intRenameLookups++;
1037 break;
1038 case FloatRegClass:
1039 fpRenameLookups++;
1040 break;
1041 case VecRegClass:
1/*
2 * Copyright (c) 2010-2012, 2014-2016 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

1034 switch (src_reg.classValue()) {
1035 case IntRegClass:
1036 intRenameLookups++;
1037 break;
1038 case FloatRegClass:
1039 fpRenameLookups++;
1040 break;
1041 case VecRegClass:
1042 case VecElemClass:
1042 vecRenameLookups++;
1043 break;
1044 case CCRegClass:
1045 case MiscRegClass:
1046 break;
1047
1048 default:
1049 panic("Invalid register class: %d.", src_reg.classValue());

--- 389 unchanged lines hidden ---
1043 vecRenameLookups++;
1044 break;
1045 case CCRegClass:
1046 case MiscRegClass:
1047 break;
1048
1049 default:
1050 panic("Invalid register class: %d.", src_reg.classValue());

--- 389 unchanged lines hidden ---