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

Side by Side Diff: src/trusted/validator_arm/testdata-thumb/mem_test.S

Issue 7799013: Intial Thumb2 Sandbox (naclrev 6680) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: asdsa Created 9 years, 2 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
(Empty)
1 #include "masks.h"
2 .syntax unified
3 .code 16
4 .thumb_func
5 .global _start
6 _start:
7 //imm_access:
8 // str r0, #0x1
9 //imm_access_high:
10 // str r0, #0x10000000
11 indir_access:
12 // mov r0, #0x10000000
13 str r1, [r0, #0]
14 indir_access_safe:
15 DMASK(r0)
16 str r1, [r0, #0]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698