two_byte_opcodes.isa (7720:65d338a8dba4) two_byte_opcodes.isa (7789:f455790bcd47)
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

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

193 PseudoInst::switchcpu(xc->tcBase());
194 }}, IsNonSpeculative);
195#if FULL_SYSTEM
196 0x53: m5addsymbol({{
197 PseudoInst::addsymbol(xc->tcBase(), Rdi, Rsi);
198 }}, IsNonSpeculative);
199#endif
200 0x54: m5panic({{
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

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

193 PseudoInst::switchcpu(xc->tcBase());
194 }}, IsNonSpeculative);
195#if FULL_SYSTEM
196 0x53: m5addsymbol({{
197 PseudoInst::addsymbol(xc->tcBase(), Rdi, Rsi);
198 }}, IsNonSpeculative);
199#endif
200 0x54: m5panic({{
201 panic("M5 panic instruction called at pc=%#x.\n",
202 xc->pcState().pc());
201 panic("M5 panic instruction called at pc = %#x.\n",
202 RIP);
203 }}, IsNonSpeculative);
204 0x55: m5reserved1({{
205 warn("M5 reserved opcode 1 ignored.\n");
206 }}, IsNonSpeculative);
207 0x56: m5reserved2({{
208 warn("M5 reserved opcode 2 ignored.\n");
209 }}, IsNonSpeculative);
210 0x57: m5reserved3({{

--- 835 unchanged lines hidden ---
203 }}, IsNonSpeculative);
204 0x55: m5reserved1({{
205 warn("M5 reserved opcode 1 ignored.\n");
206 }}, IsNonSpeculative);
207 0x56: m5reserved2({{
208 warn("M5 reserved opcode 2 ignored.\n");
209 }}, IsNonSpeculative);
210 0x57: m5reserved3({{

--- 835 unchanged lines hidden ---