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

Side by Side Diff: native_client_sdk/src/doc/reference/sandbox_internals/x86-64-sandbox.rst

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 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
OLDNEW
1 .. _x86-64-sandbox: 1 .. _x86-64-sandbox:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ================================ 5 ================================
4 NaCl SFI model on x86-64 systems 6 NaCl SFI model on x86-64 systems
5 ================================ 7 ================================
6 8
7 .. contents:: 9 .. contents::
8 :local: 10 :local:
9 :backlinks: none 11 :backlinks: none
10 :depth: 2 12 :depth: 2
11 13
12 Summary 14 Summary
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 <tr> 321 <tr>
320 <td>[rep] stos %?ax,%nacl:(%rdi),%rZP<br/> 322 <td>[rep] stos %?ax,%nacl:(%rdi),%rZP<br/>
321 <i>(sandboxed stos)</i></td> 323 <i>(sandboxed stos)</i></td>
322 <td>mov %edi,%edi<br/> 324 <td>mov %edi,%edi<br/>
323 lea (%rZP,%rdi,1),%rdi<br/> 325 lea (%rZP,%rdi,1),%rdi<br/>
324 [rep] stos %?ax,(%rdi)<br/> 326 [rep] stos %?ax,(%rdi)<br/>
325 </td> 327 </td>
326 </tr> 328 </tr>
327 </tbody> 329 </tbody>
328 </table> 330 </table>
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/reference/sandbox_internals/index.rst ('k') | native_client_sdk/src/doc/sdk/download.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698