two_byte_opcodes.isa (7914:eee5bb0fb8ea) two_byte_opcodes.isa (8555:6fd8d0432d8d)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

156 0x07: m5rpns({{
157 Rax = PseudoInst::rpns(xc->tcBase());
158 }}, IsNonSpeculative);
159 0x21: m5exit({{
160 PseudoInst::m5exit(xc->tcBase(), Rdi);
161 }}, IsNonSpeculative);
162#if FULL_SYSTEM
163 0x30: m5initparam({{
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

156 0x07: m5rpns({{
157 Rax = PseudoInst::rpns(xc->tcBase());
158 }}, IsNonSpeculative);
159 0x21: m5exit({{
160 PseudoInst::m5exit(xc->tcBase(), Rdi);
161 }}, IsNonSpeculative);
162#if FULL_SYSTEM
163 0x30: m5initparam({{
164 Rax = xc->tcBase()->getCpuPtr()->
165 system->init_param;
164 Rax = PseudoInst::initParam(xc->tcBase());
166 }}, IsNonSpeculative);
167 0x31: m5loadsymbol({{
168 PseudoInst::loadsymbol(xc->tcBase());
169 }}, IsNonSpeculative);
170#endif
171 0x40: m5resetstats({{
172 PseudoInst::resetstats(xc->tcBase(), Rdi, Rsi);
173 }}, IsNonSpeculative);

--- 878 unchanged lines hidden ---
165 }}, IsNonSpeculative);
166 0x31: m5loadsymbol({{
167 PseudoInst::loadsymbol(xc->tcBase());
168 }}, IsNonSpeculative);
169#endif
170 0x40: m5resetstats({{
171 PseudoInst::resetstats(xc->tcBase(), Rdi, Rsi);
172 }}, IsNonSpeculative);

--- 878 unchanged lines hidden ---