Deleted Added
sdiff udiff text old ( 5409:0343cd06df4f ) new ( 5422:f1f490fe77b0 )
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

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

176 0x07: loadall_or_sysret();
177 }
178 0x01: decode OPCODE_OP_BOTTOM3 {
179 0x0: invd();
180 0x1: wbinvd();
181 0x2: Inst::UD2();
182 0x3: Inst::UD2();
183 0x4: Inst::UD2();
184 0x5: threednow();
185 0x6: threednow();
186 0x7: threednow();
187 }
188 0x02: decode LEGACY_DECODEVAL {
189 // no prefix
190 0x0: decode OPCODE_OP_BOTTOM3 {
191 0x0: movups_Vo_Wo();
192 0x1: movups_Wo_Vo();
193 0x2: decode MODRM_MOD {
194 0x3: movhlps_Vq_VRq();

--- 813 unchanged lines hidden ---