Deleted Added
sdiff udiff text old ( 10915:71ace17ccb3d ) new ( 11313:89fd4a775287 )
full compact
1/*
2 * Copyright (c) 2014-2015 ARM Limited
3 * All rights reserved
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *

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

90static inline RegAddr
91getJobSlotAddr(const RegAddr &addr)
92{
93 const unsigned slot_no(getJobSlotNo(addr));
94 const RegAddr slot_base(RegAddr(JOB_SLOT0 + slot_no * 0x80));
95 return addr - slot_base;
96}
97
98/** Number of registers per job slot */
99static const unsigned JSn_NO_REGS = 0x20;
100
101}
102
103#endif //_LIBNOMALIMODEL_REGUTILS_HH