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

Side by Side Diff: runtime/szrt.c

Issue 1665263003: Subzero. ARM32. Nonsfi. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 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
« no previous file with comments | « pydir/crosstest_generator.py ('k') | runtime/szrt_asm_arm32.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/runtime/szrt.c - Subzero runtime source ----------*- C++ -*-===// 1 //===- subzero/runtime/szrt.c - Subzero runtime source ----------*- C++ -*-===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file implements wrappers for particular bitcode instructions 10 // This file implements wrappers for particular bitcode instructions
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 // fmodf - frem f32 56 // fmodf - frem f32
57 // fmod - frem f64 57 // fmod - frem f64
58 // libc: 58 // libc:
59 // setjmp - call @llvm.nacl.setjmp 59 // setjmp - call @llvm.nacl.setjmp
60 // longjmp - call @llvm.nacl.longjmp 60 // longjmp - call @llvm.nacl.longjmp
61 // memcpy - call @llvm.memcpy.p0i8.p0i8.i32 61 // memcpy - call @llvm.memcpy.p0i8.p0i8.i32
62 // memmove - call @llvm.memmove.p0i8.p0i8.i32 62 // memmove - call @llvm.memmove.p0i8.p0i8.i32
63 // memset - call @llvm.memset.p0i8.i32 63 // memset - call @llvm.memset.p0i8.i32
64 // unsandboxed_irt: 64 // unsandboxed_irt:
65 // __nacl_read_tp 65 // __nacl_read_tp
66 // __aeabi_read_tp [arm32 only]
OLDNEW
« no previous file with comments | « pydir/crosstest_generator.py ('k') | runtime/szrt_asm_arm32.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698