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 5: 64-Bit Media and x87 Floating-Point Instructions | 6 # Volume 5: 64-Bit Media and x87 Floating-Point Instructions |
7 # Chapter 2: x87 Floating-Point Instruction Reference | 7 # Chapter 2: x87 Floating-Point Instruction Reference |
8 ################################################################################ | 8 ################################################################################ |
9 # File format: see general-purpose-instructions.def | 9 # File format: see general-purpose-instructions.def |
10 ######## F2XM1 ################################################################# | 10 ######## F2XM1 ################################################################# |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 fxrstor Msx, 0x0f 0xae /1, nacl-forbidden Fn0000_0001_ECX_XSAVE | 215 fxrstor Msx, 0x0f 0xae /1, nacl-forbidden Fn0000_0001_ECX_XSAVE |
216 ######## FXSAVE ################################################################ | 216 ######## FXSAVE ################################################################ |
217 fxsave Msx, 0x0f 0xae /0, nacl-forbidden Fn0000_0001_ECX_XSAVE | 217 fxsave Msx, 0x0f 0xae /0, nacl-forbidden Fn0000_0001_ECX_XSAVE |
218 ######## FXTRACT ############################################################### | 218 ######## FXTRACT ############################################################### |
219 fxtract, 0xd9 0xf4, Fn0000_0001_EDX_X87 | 219 fxtract, 0xd9 0xf4, Fn0000_0001_EDX_X87 |
220 ######## FYL2X ################################################################# | 220 ######## FYL2X ################################################################# |
221 fyl2x, 0xd9 0xf1, Fn0000_0001_EDX_X87 | 221 fyl2x, 0xd9 0xf1, Fn0000_0001_EDX_X87 |
222 ######## FYL2XP1 ############################################################### | 222 ######## FYL2XP1 ############################################################### |
223 fyl2xp1, 0xd9 0xf9, Fn0000_0001_EDX_X87 | 223 fyl2xp1, 0xd9 0xf9, Fn0000_0001_EDX_X87 |
224 ################################################################################ | 224 ################################################################################ |
OLD | NEW |