Home
last modified time | relevance | path

Searched refs:r5 (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/build/ssax-instructions/jni/
Dtest.S17 str r5, [sp, #16]
38 sadd16 r2, r5, r9
39 ssub16 r1, r5, r9
42 sadd16 r5, r2, r3
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersSave.S106 stw r5, 28(r3)
187 lwz r5, 0(r4) @\
188 stw r5, _offset(r3) @\
189 lwz r5, 4(r4) @\
190 stw r5, _offset+4(r3) @\
191 lwz r5, 8(r4) @\
192 stw r5, _offset+8(r3) @\
193 lwz r5, 12(r4) @\
194 stw r5, _offset+12(r3)
DUnwindRegistersRestore.S112 ; skip r5 for now
175 lwz r5,156(r3) ; test VRsave
176 cmpwi r5,0
186 andis. r0,r5,(1<<(15-_index)) @\
200 andi. r0,r5,(1<<(31-_index)) @\
255 lwz r5,28(r3) ; do r5 now
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dbind.hpp419 typedef aux::replace_unnamed_arg< T5,n5 > r5; typedef
420 typedef typename r5::type a5;
421 typedef typename r5::next n6;
/ndk/docs/text/
DIMPORT-MODULE.text4 Starting from r5, the Android NDK comes with a cool feature that allows
46 Remember that NDK r5 also added the ability for a module to "export"
DNDK-STACK.text24 I/DEBUG ( 31): r4 00000004 r5 0000a008 r6 0000af88 r7 00013c44
DPREBUILTS.text4 Android NDK r5 introduced support for prebuilt libraries (shared and
DCPLUSPLUS-SUPPORT.text130 The NDK toolchain supports C++ exceptions, since NDK r5, however all C++
158 since NDK r5, but all C++ sources are built with -fno-rtti by default for
DNDK-BUILD.text59 In NDK r5, ndk-build has been modified to make it easier to switch between
DDEVELOPMENT.text104 Since NDK r5, Windows binaries can be built on Linux by using the
DSTANDALONE-TOOLCHAIN.text59 using the NDK r5 toolchain, you would use:
DCHANGES.text2044 - The arm-eabi-4.4.0, which had been deprecated since NDK r5, has been
2131 This release fixes a few bugs in r5. There are no new features.
2161 More specifically, the r5 binaries did require GLibc 2.11 on the host
2210 android-ndk-r5
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc5010 AssertionResult r5 = AssertionFailure(Message() << "ghi"); in TEST() local
5011 EXPECT_FALSE(r5); in TEST()
5012 EXPECT_STREQ("ghi", r5.message()); in TEST()