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 1: 64-Bit Media Instruction Reference | 7 # Chapter 1: 64-Bit Media Instruction Reference |
8 ################################################################################ | 8 ################################################################################ |
9 # File format: see general-purpose-instructions.def | 9 # File format: see general-purpose-instructions.def |
10 ######## CVTPD2PI ############################################################## | 10 ######## CVTPD2PI ############################################################## |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 punpckhwd Qq Pq, 0x0f 0x69, Fn0000_0001_EDX_MMX | 217 punpckhwd Qq Pq, 0x0f 0x69, Fn0000_0001_EDX_MMX |
218 ######## PUNPCKLBW ############################################################# | 218 ######## PUNPCKLBW ############################################################# |
219 punpcklbw Qq Pq, 0x0f 0x60, Fn0000_0001_EDX_MMX | 219 punpcklbw Qq Pq, 0x0f 0x60, Fn0000_0001_EDX_MMX |
220 ######## PUNPCKLDQ ############################################################# | 220 ######## PUNPCKLDQ ############################################################# |
221 punpckldq Qq Pq, 0x0f 0x62, Fn0000_0001_EDX_MMX | 221 punpckldq Qq Pq, 0x0f 0x62, Fn0000_0001_EDX_MMX |
222 ######## PUNPCKLWD ############################################################# | 222 ######## PUNPCKLWD ############################################################# |
223 punpcklwd Qq Pq, 0x0f 0x61, Fn0000_0001_EDX_MMX | 223 punpcklwd Qq Pq, 0x0f 0x61, Fn0000_0001_EDX_MMX |
224 ######## PXOR ################################################################## | 224 ######## PXOR ################################################################## |
225 pxor Qq Pq, 0x0f 0xef, Fn0000_0001_EDX_MMX | 225 pxor Qq Pq, 0x0f 0xef, Fn0000_0001_EDX_MMX |
226 ################################################################################ | 226 ################################################################################ |
OLD | NEW |