two_byte_opcodes.isa (4814:d398decc8de8) two_byte_opcodes.isa (4828:768d4cf6b0dc)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

65 0x01: group7();
66 0x02: lar_Gv_Ew();
67 0x03: lsl_Gv_Ew();
68 //sandpile.org doesn't seem to know what this is... ?
69 0x04: loadall_or_reset_or_hang();
70#if FULL_SYSTEM
71 0x05: syscall();
72#else
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

65 0x01: group7();
66 0x02: lar_Gv_Ew();
67 0x03: lsl_Gv_Ew();
68 //sandpile.org doesn't seem to know what this is... ?
69 0x04: loadall_or_reset_or_hang();
70#if FULL_SYSTEM
71 0x05: syscall();
72#else
73 0x05: SyscallInst::syscall('xc->syscall(rax)');
73 0x05: SyscallInst::syscall('xc->syscall(rax)', IsSyscall);
74#endif
75 0x06: clts();
76 //sandpile.org says (AMD) after sysret, so I might want to check
77 //if that means amd64 or AMD machines
78 0x07: loadall_or_sysret();
79 }
80 0x01: decode OPCODE_OP_BOTTOM3 {
81 0x0: invd();

--- 352 unchanged lines hidden ---
74#endif
75 0x06: clts();
76 //sandpile.org says (AMD) after sysret, so I might want to check
77 //if that means amd64 or AMD machines
78 0x07: loadall_or_sysret();
79 }
80 0x01: decode OPCODE_OP_BOTTOM3 {
81 0x0: invd();

--- 352 unchanged lines hidden ---