Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: src/trusted/validator_ragel/unreviewed/xmm-instructions.def

Issue 9348082: Move unreviewed files to unreviewed subdirectory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 ################################################################################ 4 ################################################################################
5 # This file describes instructions from AMD64 Architecture Programmer’s Manual 5 # This file describes instructions from AMD64 Architecture Programmer’s Manual
6 # Volume 4: 128-Bit and 256-Bit Media Instructions 6 # Volume 4: 128-Bit and 256-Bit Media Instructions
7 ################################################################################ 7 ################################################################################
8 # File format: see general-purpose-instructions.def 8 # File format: see general-purpose-instructions.def
9 ######## ADDPD/VADDPD ########################################################## 9 ######## ADDPD/VADDPD ##########################################################
10 addpd Wpd Vpd, 0x66 0x0f 0x58, Fn0000_0001_EDX_SSE2 10 addpd Wpd Vpd, 0x66 0x0f 0x58, Fn0000_0001_EDX_SSE2
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 xgetbv, 0x0f 0x01 0xd0, Fn0000_0001_ECX_XSAVE 1151 xgetbv, 0x0f 0x01 0xd0, Fn0000_0001_ECX_XSAVE
1152 ######## XRSTOR ################################################################ 1152 ######## XRSTOR ################################################################
1153 xrstor Msx, 0x0f 0xae /5, Fn0000_0001_ECX_XSAVE 1153 xrstor Msx, 0x0f 0xae /5, Fn0000_0001_ECX_XSAVE
1154 ######## XSAVE ################################################################# 1154 ######## XSAVE #################################################################
1155 xsave Msx, 0x0f 0xae /4, Fn0000_0001_ECX_XSAVE 1155 xsave Msx, 0x0f 0xae /4, Fn0000_0001_ECX_XSAVE
1156 ######## XSAVEOPT ############################################################## 1156 ######## XSAVEOPT ##############################################################
1157 xsaveopt Msx, 0x0f 0xae /6, Fn0000_0001_ECX_XSAVE 1157 xsaveopt Msx, 0x0f 0xae /6, Fn0000_0001_ECX_XSAVE
1158 ######## XSETBV ################################################################ 1158 ######## XSETBV ################################################################
1159 xsetbv, 0x0f 0x01 0xd1, Fn0000_0001_ECX_XSAVE 1159 xsetbv, 0x0f 0x01 0xd1, Fn0000_0001_ECX_XSAVE
1160 ################################################################################ 1160 ################################################################################
OLDNEW
« no previous file with comments | « src/trusted/validator_ragel/unreviewed/x87-instructions.def ('k') | src/trusted/validator_ragel/validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698