exec_context.hh (12420:f5c80f4ed41f) exec_context.hh (13429:a1e199fd8122)
1/*
2 * Copyright (c) 2014, 2016 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
302 /** @} */
303
304 /**
305 * @{
306 * @name ARM-Specific Interfaces
307 */
308
1/*
2 * Copyright (c) 2014, 2016 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
302 /** @} */
303
304 /**
305 * @{
306 * @name ARM-Specific Interfaces
307 */
308
309 virtual bool readPredicate() = 0;
309 virtual bool readPredicate() const = 0;
310 virtual void setPredicate(bool val) = 0;
311
312 /** @} */
313
314 /**
315 * @{
316 * @name X86-Specific Interfaces
317 */

--- 28 unchanged lines hidden ---
310 virtual void setPredicate(bool val) = 0;
311
312 /** @} */
313
314 /**
315 * @{
316 * @name X86-Specific Interfaces
317 */

--- 28 unchanged lines hidden ---