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

Side by Side Diff: src/trusted/validator_ragel/unreviewed/general-purpose-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 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
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 ################################################################################
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698