pred.isa (7422:feddb9077def) pred.isa (7597:063f160e8b50)
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

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

137
138 if (%(predicate_test)s)
139 {
140 %(code)s;
141 if (fault == NoFault)
142 {
143 %(op_wb)s;
144 }
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

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

137
138 if (%(predicate_test)s)
139 {
140 %(code)s;
141 if (fault == NoFault)
142 {
143 %(op_wb)s;
144 }
145 } else {
146 xc->setPredicate(false);
145 }
146
147 if (fault == NoFault && machInst.itstateMask != 0) {
148 xc->setMiscReg(MISCREG_ITSTATE, machInst.newItstate);
149 }
150
151 return fault;
152 }

--- 22 unchanged lines hidden ---
147 }
148
149 if (fault == NoFault && machInst.itstateMask != 0) {
150 xc->setMiscReg(MISCREG_ITSTATE, machInst.newItstate);
151 }
152
153 return fault;
154 }

--- 22 unchanged lines hidden ---