pred.isa (8910:2c3ee562ccca) pred.isa (9077:e236675714a4)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
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

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

110
111 if (%(is_branch)s){
112 flags[IsControl] = true;
113 flags[IsIndirectControl] = true;
114 if (condCode == COND_AL || condCode == COND_UC)
115 flags[IsUncondControl] = true;
116 else
117 flags[IsCondControl] = true;
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
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

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

110
111 if (%(is_branch)s){
112 flags[IsControl] = true;
113 flags[IsIndirectControl] = true;
114 if (condCode == COND_AL || condCode == COND_UC)
115 flags[IsUncondControl] = true;
116 else
117 flags[IsCondControl] = true;
118 }
119
118
120 if (%(is_ras_pop)s) {
121 flags[IsReturn] = true;
119 if (%(is_ras_pop)s) {
120 flags[IsReturn] = true;
121 }
122 }
122 }
123
123 }
124}};
125
126def template DataRegRegDeclare {{
127class %(class_name)s : public %(base_class)s
128{
129 public:
130 // Constructor

--- 121 unchanged lines hidden ---
124 }
125}};
126
127def template DataRegRegDeclare {{
128class %(class_name)s : public %(base_class)s
129{
130 public:
131 // Constructor

--- 121 unchanged lines hidden ---