Deleted Added
sdiff udiff text old ( 14134:aa53bf965d64 ) new ( 14150:1391e94a7b95 )
full compact
1/*
2 * Copyright (c) 2011-2013,2017 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

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

301 op(b, a, c);
302 }
303 private:
304 T a;
305 T c;
306 std::function<void(T*, T, T)> op;
307};
308
309}
310
311#endif //__ARCH_ARM_INSTS_MEM_HH__