Home
last modified time | relevance | path

Searched refs:r4 (Results 1 – 14 of 14) sorted by relevance

/ndk/tests/build/ssax-instructions/jni/
Dtest.S11 push {r4, lr}
23 ldrd r4, [r0], ip
30 sadd16 r2, r4, r8
31 ssub16 r1, r4, r8
34 sadd16 r4, r2, r3
47 strd r4, [r2], ip
58 pop {r4, pc}
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersRestore.S111 ; skip r4 for now
179 subi r4,r1,16
180 rlwinm r4,r4,0,0,27 ; mask low 4-bits
181 ; r4 is now a 16-byte aligned pointer into the red zone
189 stw r0, 0(r4) @\
191 stw r0, 4(r4) @\
193 stw r0, 8(r4) @\
195 stw r0, 12(r4) @\
196 lvx v ## _index,0,r4 @\
203 stw r0, 0(r4) @\
[all …]
DUnwindRegistersSave.S105 stw r4, 24(r3)
181 subi r4,r1,16
182 rlwinm r4,r4,0,0,27 ; mask low 4-bits
183 ; r4 is now a 16-byte aligned pointer into the red zone
186 stvx _vec,0,r4 @\
187 lwz r5, 0(r4) @\
189 lwz r5, 4(r4) @\
191 lwz r5, 8(r4) @\
193 lwz r5, 12(r4) @\
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dbind.hpp339 typedef aux::replace_unnamed_arg< T4,n4 > r4; typedef
340 typedef typename r4::type a4;
341 typedef typename r4::next n5;
414 typedef aux::replace_unnamed_arg< T4,n4 > r4; typedef
415 typedef typename r4::type a4;
416 typedef typename r4::next n5;
/ndk/docs/text/
DINSTALL.text54 configure the NDK. However, this step has been removed in release 4 (a.k.a. r4).
DNDK-STACK.text24 I/DEBUG ( 31): r4 00000004 r5 0000a008 r6 0000af88 r7 00013c44
DHOWTO.text48 Starting with NDK r4, you can simply place the file under $PROJECT/jni/
DNDK-GDB.text10 The Android NDK r4 introduced a helper shell script named 'ndk-gdb' to
53 Android 1.5 r4
DOVERVIEW.text158 in release 4 (a.k.a. NDK r4).
243 This was the way this file was used before Android NDK r4.
256 'ndk-build' script introduced with Android NDK r4. You can also use
DNDK-BUILD.text7 The Android NDK r4 introduced a new tiny shell script, named 'ndk-build',
DAPPLICATION-MK.text69 > NOTE: This variable's behaviour changed in NDK r4. Before that:
DANDROID-MK.text691 > Android NDK r4 added support for the "NX bit" security feature.
DCHANGES.text2444 This release fixes a few bugs in r4 scripts. There are no new features.
2485 android-ndk-r4
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc5006 AssertionResult r4 = AssertionFailure() << "def"; in TEST() local
5007 EXPECT_FALSE(r4); in TEST()
5008 EXPECT_STREQ("def", r4.message()); in TEST()