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 3: General-Purpose and System Instruction | 6 # Volume 3: General-Purpose and System Instruction |
7 # Chapter 3: General-Purpose Instruction Reference | 7 # Chapter 3: General-Purpose Instruction Reference |
8 ################################################################################ | 8 ################################################################################ |
9 # File format: three rows separated by commas. Line describes one instruction. | 9 # File format: three rows separated by commas. Line describes one instruction. |
10 ################################################################################ | 10 ################################################################################ |
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 xchg G E, 0x86, lock | 732 xchg G E, 0x86, lock |
733 ######## XLAT ################################################################## | 733 ######## XLAT ################################################################## |
734 xlat bb, 0xd7 | 734 xlat bb, 0xd7 |
735 ######## XOR ################################################################### | 735 ######## XOR ################################################################### |
736 xor I a, 0x34 | 736 xor I a, 0x34 |
737 xor I E, 0x80 /6, lock | 737 xor I E, 0x80 /6, lock |
738 xor Ib Ev, 0x83 /6, lock | 738 xor Ib Ev, 0x83 /6, lock |
739 xor G E, 0x30, lock | 739 xor G E, 0x30, lock |
740 xor E G, 0x32, lock | 740 xor E G, 0x32, lock |
741 ################################################################################ | 741 ################################################################################ |
OLD | NEW |