Deleted Added
sdiff udiff text old ( 5907:8a633e6a8df1 ) new ( 5908:c24a1ffc4ad0 )
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

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

260 0x1: Inst::SYSCALL_COMPAT();
261 }
262 0x1: Inst::SYSCALL_LEGACY();
263 }
264#else
265 0x05: SyscallInst::syscall('xc->syscall(Rax)', IsSyscall);
266#endif
267 0x06: clts();
268 //sandpile.org says (AMD) after sysret, so I might want to check
269 //if that means amd64 or AMD machines
270 0x07: loadall_or_sysret();
271 }
272 0x01: decode OPCODE_OP_BOTTOM3 {
273 0x0: invd();
274 0x1: wbinvd();
275 0x2: Inst::UD2();
276 0x3: Inst::UD2();
277 0x4: Inst::UD2();
278 0x5: prefetch();

--- 834 unchanged lines hidden ---