Searched refs:r4 (Results 1 – 14 of 14) sorted by relevance
/ndk/tests/build/ssax-instructions/jni/ |
D | test.S | 11 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/ |
D | UnwindRegistersRestore.S | 111 ; 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 …]
|
D | UnwindRegistersSave.S | 105 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/ |
D | bind.hpp | 339 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/ |
D | INSTALL.text | 54 configure the NDK. However, this step has been removed in release 4 (a.k.a. r4).
|
D | NDK-STACK.text | 24 I/DEBUG ( 31): r4 00000004 r5 0000a008 r6 0000af88 r7 00013c44
|
D | HOWTO.text | 48 Starting with NDK r4, you can simply place the file under $PROJECT/jni/
|
D | NDK-GDB.text | 10 The Android NDK r4 introduced a helper shell script named 'ndk-gdb' to 53 Android 1.5 r4
|
D | OVERVIEW.text | 158 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
|
D | NDK-BUILD.text | 7 The Android NDK r4 introduced a new tiny shell script, named 'ndk-build',
|
D | APPLICATION-MK.text | 69 > NOTE: This variable's behaviour changed in NDK r4. Before that:
|
D | ANDROID-MK.text | 691 > Android NDK r4 added support for the "NX bit" security feature.
|
D | CHANGES.text | 2444 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/ |
D | gtest_unittest.cc | 5006 AssertionResult r4 = AssertionFailure() << "def"; in TEST() local 5007 EXPECT_FALSE(r4); in TEST() 5008 EXPECT_STREQ("def", r4.message()); in TEST()
|