Deleted Added
sdiff udiff text old ( 7170:6f97f5107abe ) new ( 7175:db22937a4e0f )
full compact
1/*
2 * Copyright (c) 2010 ARM Limited
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

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

113 lastUop = new MicroAddiUop(machInst, rn, rn, ones * 4);
114 } else {
115 lastUop = new MicroSubiUop(machInst, rn, rn, ones * 4);
116 }
117 }
118 lastUop->setLastMicroop();
119}
120
121}