HomeSort by relevance Sort by last modified time
    Searched refs:sp (Results 76 - 100 of 5995) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
movm.s 2 movm (sp),[a2,a3]
3 movm (sp),[d2,d3,a2,a3,other]
4 movm [a2,a3],(sp)
5 movm [d2,d3,a2,a3,other],(sp)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
arm-app.s 4 mov ip, sp
5 stmdb sp!, {r11, ip, lr, pc}
7 ldmia sp, {r11, sp, lr}
12 mov ip, sp
13 stmdb sp!, {r11, ip, lr, pc}
15 ldmia sp, {r11, sp, lr}
arm-static-app.s 4 mov ip, sp
5 stmdb sp!, {r11, ip, lr, pc}
7 ldmia sp, {r11, sp, lr}
12 mov ip, sp
13 stmdb sp!, {r11, ip, lr, pc}
15 ldmia sp, {r11, sp, lr}
arm-app-abs32.s 4 mov ip, sp
5 stmdb sp!, {r11, ip, lr, pc}
7 ldmia sp, {r11, sp, lr}
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.s 57 mov loc5 = sp;; // save efi (SP)
76 dep sp = 0,sp,0,4;; // align 16
77 add sp = -16,sp;; // post decrement
86 add sp = 16,sp;; // adjust (SP)
87 mov loc9 = sp;; // save (SP)
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h 32 Decoder(const sp<AMessage> &notify,
33 const sp<Source> &source,
36 const sp<Renderer> &renderer = NULL,
37 const sp<ANativeWindowWrapper> &nww = NULL,
38 const sp<CCDecoder> &ccDecoder = NULL);
40 virtual sp<AMessage> getStats() const;
43 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &nww);
50 virtual void onMessageReceived(const sp<AMessage> &msg);
52 virtual void onConfigure(const sp<AMessage> &format);
53 virtual void onSetParameters(const sp<AMessage> &params)
    [all...]
NuPlayer2DecoderPassThrough.h 28 DecoderPassThrough(const sp<AMessage> &notify,
29 const sp<Source> &source,
30 const sp<Renderer> &renderer);
36 virtual void onMessageReceived(const sp<AMessage> &msg);
38 virtual void onConfigure(const sp<AMessage> &format);
39 virtual void onSetParameters(const sp<AMessage> &params);
40 virtual void onSetRenderer(const sp<Renderer> &renderer);
51 sp<Source> mSource;
52 sp<Renderer> mRenderer;
59 sp<ABuffer> mPendingAudioAccessUnit
    [all...]
  /external/tcpdump/
print-msdp.c 34 msdp_print(netdissect_options *ndo, const u_char *sp, u_int length)
38 ND_TCHECK2(*sp, 3);
40 type = *sp;
41 len = EXTRACT_16BITS(sp + 1);
46 ND_TCHECK2(*sp, 3);
47 type = *sp;
48 len = EXTRACT_16BITS(sp + 1);
53 sp += 3;
62 ND_TCHECK(*sp);
63 ND_PRINT((ndo, " %u entries", *sp));
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.h 28 DecoderPassThrough(const sp<AMessage> &notify,
29 const sp<Source> &source,
30 const sp<Renderer> &renderer);
36 virtual void onMessageReceived(const sp<AMessage> &msg);
38 virtual void onConfigure(const sp<AMessage> &format);
39 virtual void onSetParameters(const sp<AMessage> &params);
40 virtual void onSetRenderer(const sp<Renderer> &renderer);
51 sp<Source> mSource;
52 sp<Renderer> mRenderer;
59 sp<ABuffer> mPendingAudioAccessUnit
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
stm-ldm.d 10 0+000 <.*> e92d0001 stmfd sp!, {r0}
11 0+004 <.*> e92d0002 stmfd sp!, {r1}
12 0+008 <.*> e92d0004 stmfd sp!, {r2}
13 0+00c <.*> e92d0008 stmfd sp!, {r3}
14 0+010 <.*> e92d0010 stmfd sp!, {r4}
15 0+014 <.*> e92d0020 stmfd sp!, {r5}
16 0+018 <.*> e92d0040 stmfd sp!, {r6}
17 0+01c <.*> e92d0080 stmfd sp!, {r7}
18 0+020 <.*> e92d0100 stmfd sp!, {r8}
19 0+024 <.*> e92d0200 stmfd sp!, {r9
    [all...]
sp-pc-usage-t.d 1 # name: SP and PC registers special uses test.
7 00000000 <foo> 4685 mov sp, r0
8 00000002 <foo\+0x2> 4668 mov r0, sp
9 00000004 <foo\+0x4> b000 add sp, #0
10 00000006 <foo\+0x6> f20d 0d00 addw sp, sp, #0
11 0000000a <foo\+0xa> b080 sub sp, #0
12 0000000c <foo\+0xc> f2ad 0d00 subw sp, sp, #0
13 00000010 <foo\+0x10> 4485 add sp, r
    [all...]
ld-sp-warn.s 3 ldr sp, [r0, #16]!
4 ldr sp, [r1], #8
5 ldr sp, [r0, #16]
8 ldrsb sp, [r2, #16]!
  /art/runtime/arch/mips64/
jni_entrypoints_mips64.S 27 daddiu $sp, $sp, -80 # save a0-a7 and $ra
29 sd $ra, 64($sp)
31 sd $a7, 56($sp)
33 sd $a6, 48($sp)
35 sd $a5, 40($sp)
37 sd $a4, 32($sp)
39 sd $a3, 24($sp)
41 sd $a2, 16($sp)
43 sd $a1, 8($sp)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
ldst-reg-reg-offset.d 8 0: 3c274be7 str b7, \[sp,w7,uxtw\]
9 4: 3c275be7 str b7, \[sp,w7,uxtw #0\]
10 8: 7c274be7 str h7, \[sp,w7,uxtw\]
11 c: 7c275be7 str h7, \[sp,w7,uxtw #1\]
12 10: bc274be7 str s7, \[sp,w7,uxtw\]
13 14: bc275be7 str s7, \[sp,w7,uxtw #2\]
14 18: fc274be7 str d7, \[sp,w7,uxtw\]
15 1c: fc275be7 str d7, \[sp,w7,uxtw #3\]
16 20: 3ca74be7 str q7, \[sp,w7,uxtw\]
17 24: 3ca75be7 str q7, \[sp,w7,uxtw #4\
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
allinsn.s 8 ADD sp,sp,sp
12 sub sp,sp,sp
16 udiv sp,sp,sp
20 and sp,sp,s
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 147 NFAContext sp = this; local
148 while ( sp.parent!=null && other.parent!=null ) {
149 if ( sp.invokingState != other.invokingState ) {
152 sp = sp.parent;
155 if ( !(sp.parent==null && other.parent==null) ) {
208 NFAContext sp = this; local
210 while ( sp.parent!=null && other.parent!=null ) {
211 if ( sp.invokingState != other.invokingState ) {
214 sp = sp.parent
250 NFAContext sp = this; local
284 NFAContext sp = this; local
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 31 inline bool operator _op_ (const sp<T>& o) const { \
38 inline bool operator _op_ (const sp<U>& o) const { \
49 class sp class in namespace:android::tinyutils
52 inline sp() : m_ptr(0) { } function in class:android::tinyutils::sp
54 sp(T* other); // NOLINT, implicit
55 sp(const sp<T>& other);
56 template<typename U> sp(U* other); // NOLINT, implicit
57 template<typename U> sp(const sp<U>& other); // NOLINT, implici
104 sp<T>::sp(const sp<T>& other) function in class:android::tinyutils::sp
111 sp<T>::sp(U* other) : m_ptr(other) function in class:android::tinyutils::sp
117 sp<T>::sp(const sp<U>& other) function in class:android::tinyutils::sp
    [all...]
  /external/libavc/common/armv8/
ih264_neon_macros.s 24 stp d8, d9, [sp, #-16]!
25 stp d10, d11, [sp, #-16]!
26 stp d12, d13, [sp, #-16]!
27 stp d14, d15, [sp, #-16]!
30 ldp d14, d15, [sp], #16
31 ldp d12, d13, [sp], #16
32 ldp d10, d11, [sp], #16
33 ldp d8, d9, [sp], #16
  /external/libmpeg2/common/armv8/
impeg2_neon_macros.s 41 stp d8, d9, [sp, #-16]!
42 stp d10, d11, [sp, #-16]!
43 stp d12, d13, [sp, #-16]!
44 stp d14, d15, [sp, #-16]!
47 ldp d14, d15, [sp], #16
48 ldp d12, d13, [sp], #16
49 ldp d10, d11, [sp], #16
50 ldp d8, d9, [sp], #16
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_surface.h 39 sp_init_surface_functions(struct softpipe_context *sp);
  /external/vixl/test/aarch32/
test-assembler-cond-rd-sp-operand-imm8-t32.cc 95 {{{al, r0, sp, 0x0}, false, al, "al r0 sp 0x0", "al_r0_sp_0x0"},
96 {{al, r0, sp, 0x4}, false, al, "al r0 sp 0x4", "al_r0_sp_0x4"},
97 {{al, r0, sp, 0x8}, false, al, "al r0 sp 0x8", "al_r0_sp_0x8"},
98 {{al, r0, sp, 0xc}, false, al, "al r0 sp 0xc", "al_r0_sp_0xc"},
99 {{al, r0, sp, 0x10}, false, al, "al r0 sp 0x10", "al_r0_sp_0x10"}
    [all...]
  /system/tools/aidl/tests/
aidl_test_client_primitives.h 30 bool ConfirmPrimitiveRepeat(const sp<ITestService>& s);
31 bool ConfirmReverseArrays(const android::sp<ITestService>& s);
32 bool ConfirmReverseLists(const android::sp<ITestService>& s);
33 bool ConfirmReverseBinderLists(const android::sp<ITestService>& s);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cdx_ldwsp.s 4 ldwsp.n r4,0(sp)
5 ldwsp.n r4,4(sp)
6 ldwsp.n r4,0x3c(sp)
7 ldwsp.n r4,0x7c(sp)
cdx_stwsp.s 4 stwsp.n r4,0(sp)
5 stwsp.n r4,4(sp)
6 stwsp.n r4,0x3c(sp)
7 stwsp.n r4,0x7c(sp)
  /external/libgsm/tls/
ginger.c 32 struct spex * sp = s_spex; local
37 for (; n_spex > 0; n_spex--, sp++) {
39 while (n_in < sp->varsize) {
46 sp->var, ~(~0U << sp->varsize), sp->varsize);
48 n_in -= sp->varsize;

Completed in 338 milliseconds

1 2 34 5 6 7 8 91011>>