Deleted Added
sdiff udiff text old ( 5902:7a323daa3df2 ) new ( 5907:8a633e6a8df1 )
full compact
1// Copyright (c) 2008 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

249 }}, IsNonSpeculative);
250 0x59: m5reserved5({{
251 warn("M5 reserved opcode 5 ignored.\n");
252 }}, IsNonSpeculative);
253 default: Inst::UD2();
254 }
255 }
256#if FULL_SYSTEM
257 0x05: syscall();
258#else
259 0x05: SyscallInst::syscall('xc->syscall(Rax)', IsSyscall);
260#endif
261 0x06: clts();
262 //sandpile.org says (AMD) after sysret, so I might want to check
263 //if that means amd64 or AMD machines
264 0x07: loadall_or_sysret();
265 }

--- 841 unchanged lines hidden ---