OLD | NEW |
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 Loading... |
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 ################################################################################ |
OLD | NEW |