Searched refs:sp (Results 51 - 75 of 978) sorted by relevance

1234567891011>>

/external/elfutils/src/backends/
H A Di386_syscall.c38 int *sp, int *pc, int *callno, int args[6])
40 *sp = 4; /* %esp */
37 i386_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
H A Dppc_syscall.c38 int *sp, int *pc, int *callno, int args[6])
40 *sp = 1;
37 ppc_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
H A Dx86_64_syscall.c38 int *sp, int *pc, int *callno, int args[6])
40 *sp = 7; /* %rsp */
37 x86_64_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
/external/tcpdump/
H A Dprint-symantec.c51 register const struct symantec_header *sp; local
54 sp = (const struct symantec_header *)bp;
56 etype = EXTRACT_16BITS(&sp->ether_type);
85 struct symantec_header *sp; local
98 sp = (struct symantec_header *)p;
101 ether_type = EXTRACT_16BITS(&sp->ether_type);
106 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
113 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-tilegx-linux.S80 addli sp, sp, -64 // alloc 64B new stack space
81 addli r29, sp, 56 // r29 points to offset 56 above sp
109 addli r29, sp, 56 // get syscallno
111 addli r29, sp, 48
123 addli r29, sp, 48
137 addli r29, sp, 32
142 addli r29, sp, 24
149 5: addli r29, sp, 1
[all...]
H A Dsyscall-arm-linux.S71 Int nsigwords) // [sp, #0]
88 ldr r3, [sp, #32] /* nsigwords */
92 ldr r5, [sp, #4] /* guest_state */
94 ldr r7, [sp, #0] /* syscall# */
104 ldr r5, [sp, #4] /* guest_state */
110 ldr r1, [sp, #8] /* postmask */
112 ldr r3, [sp, #32] /* nsigwords */
117 add sp, sp, #4 /* r0 contains return value */
/external/clang/test/SemaCXX/
H A Dattr-unavailable.cpp10 void test_foo(short* sp) { argument
13 foo(sp); // expected-error{{call to unavailable function 'foo'}}
32 void unavail(short* sp) __attribute__((__unavailable__));
33 void unavail(short* sp) { argument
37 foo(sp);
/external/v8/test/cctest/
H A Dtest-code-stubs-arm.cc70 __ sub(sp, sp, Operand(kDoubleSize));
71 __ vstr(d0, sp, 0);
72 if (!source_reg.is(sp)) {
73 __ mov(source_reg, sp);
88 __ sub(sp, sp, Operand(kDoubleSize));
89 __ vstr(d0, sp, 0);
95 if (destination_reg.is(source_reg) && !source_reg.is(sp)) {
97 __ add(source_reg, sp, Operan
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-movsp.s13 .setfp sp, sp, #8
14 add sp, sp, #8
16 mov r11, sp
34 mov ip, sp
36 stmfd sp!, {fp, ip, lr}
H A Darm-load-store-multiple-deprecated.s13 stm sp!, {r0, pc}
15 @ CHECK: stm sp!, {r0, pc}
17 stm r0!, {r0, sp}
19 @ CHECK: stm r0!, {r0, sp}
21 stm r1!, {r0, sp, pc}
23 @ CHECK: stm r1!, {r0, sp, pc}
25 stm r2!, {sp, pc}
27 @ CHECK: stm r2!, {sp, pc}
29 stm sp!, {pc}
31 @ CHECK: stm sp!, {p
[all...]
/external/llvm/test/MC/Mips/
H A Dxgot.s28 .frame $sp,24,$ra
37 addiu $sp, $sp, -24
38 sw $ra, 20($sp) # 4-byte Folded Spill
50 lw $ra, 20($sp) # 4-byte Folded Reload
52 addiu $sp, $sp, 24
H A Dr-mips-got-disp.s19 .frame $sp,16,$ra
26 daddiu $sp, $sp, -16
27 sd $ra, 8($sp) # 8-byte Folded Spill
28 sd $gp, 0($sp) # 8-byte Folded Spill
39 ld $gp, 0($sp) # 8-byte Folded Reload
40 ld $ra, 8($sp) # 8-byte Folded Reload
42 daddiu $sp, $sp, 16
H A Dmicromips-el-fixup-data.s16 addiu $sp, $sp, -16
24 addiu $sp, $sp, 16
/external/blktrace/btt/
H A Diostat.c86 struct stats *sp; local
92 sp = &dip->all_stats;
95 sp = &dip->stats;
98 nios = (double)(sp->ios[0] + sp->ios[1]);
99 nrqm = (double)(sp->rqm[0] + sp->rqm[1]);
104 avgrq_sz = (double)(sp->sec[0] + sp->sec[1]) / nios;
105 svctm = TO_MSEC(sp
[all...]
/external/libcxx/test/std/utilities/tuple/tuple.general/
H A Dtuple.smartptr.pass.cpp22 std::tuple<std::shared_ptr<char>> sp; local
28 std::tuple<std::shared_ptr<char[]>> sp; local
34 std::tuple<std::shared_ptr<char[5]>> sp; local
/external/libunwind/src/ia64/
H A DGinit_remote.c36 unw_word_t sp, bsp;
55 if ((ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_GR + 12), &sp)) < 0
59 return common_init (c, sp, bsp);
H A DGinit_local.c52 unw_word_t *sp, unw_word_t *bsp)
60 *sp = uc->ksp;
64 *sp = uc->uc_mcontext.sc_gr[12];
70 if ((ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_GR + 12), sp)) < 0
83 unw_word_t sp, bsp; local
94 if ((ret = get_initial_stack_pointers (c, uc, &sp, &bsp)) < 0)
97 Debug (4, "initial bsp=%lx, sp=%lx\n", bsp, sp);
99 if ((ret = common_init (c, sp, bsp)) < 0)
51 get_initial_stack_pointers(struct cursor *c, unw_context_t *uc, unw_word_t *sp, unw_word_t *bsp) argument
/external/giflib/
H A Dgifalloc.c278 SavedImage *sp; local
285 sp = &GifFile->SavedImages[GifFile->ImageCount];
288 if (sp->ImageDesc.ColorMap != NULL) {
289 GifFreeMapObject(sp->ImageDesc.ColorMap);
290 sp->ImageDesc.ColorMap = NULL;
294 if (sp->RasterBits != NULL)
295 free((char *)sp->RasterBits);
298 GifFreeExtensions(&sp->ExtensionBlockCount, &sp->ExtensionBlocks);
314 SavedImage *sp; local
381 SavedImage *sp; local
[all...]
/external/libmpeg2/common/arm/
H A Dimpeg2_format_conv.s117 stmfd sp!, {r4-r8, lr}
119 ldr r4, [sp, #56] @// Load convert_uv_only
125 ldr r4, [sp, #28] @// Load u2_height from stack
127 ldr r5, [sp, #32] @// Load u2_width from stack
129 ldr r7, [sp, #36] @// Load u2_stridey from stack
131 ldr r8, [sp, #48] @// Load u2_dest_stride_y from stack
170 ldr r3, [sp, #24] @// Load pu1_dest_uv from stack
172 ldr r4, [sp, #28] @// Load u2_height from stack
174 ldr r5, [sp, #32] @// Load u2_width from stack
177 ldr r7, [sp, #4
[all...]
/external/clang/test/CodeGen/
H A Darm64-aapcs-arguments.c6 // CHECK: void @test1(i32 %x0, i128 %x2_x3, i128 %x4_x5, i128 %x6_x7, i128 %sp.coerce)
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { argument
12 // CHECK: void @test2(i32 %x0, i128 %x2_x3.coerce, i32 %x4, i128 %x6_x7.coerce, i32 %sp, i128 %sp16.coerce)
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { argument
20 // CHECK: void @test3([4 x float] %s0_s3.coerce, float %s4, [4 x float] %sp.coerce, [4 x float] %sp16.coerce)
22 void test3(HFA s0_s3, float s4, HFA sp, HFA sp16) { argument
31 // CHECK: void @test4([3 x <16 x i8>] %v0_v2.coerce, [3 x <16 x i8>] %v3_v5.coerce, [3 x <16 x i8>] %sp.coerce, double %sp48, [3 x <16 x i8>] %sp64.coerce)
34 void test4(BigHFA v0_v2, BigHFA v3_v5, BigHFA sp, double sp48, BigHFA sp64) { argument
/external/google-breakpad/src/common/mac/
H A Dbootstrap_compat.h50 mach_port_t sp);
/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_imm.c9 signed short *sp = (signed short *) dest; local
24 *sp = *((signed short *) buf);
41 unsigned short *sp = (unsigned short *) dest; local
56 *sp = *((unsigned short *) buf);
/external/strace/linux/tile/
H A Darch_sigreturn.c3 const long addr = tile_regs.sp + SIGFRAME_UC_OFFSET +
/external/doclava/src/com/google/doclava/
H A DCodeTagInfo.java33 public CodeTagInfo(String text, SourcePositionInfo sp) { argument
36 //super("@code", "@code", encode(text), sp);
37 super("@code", "@code", text, sp);
H A DLiteralTagInfo.java33 public LiteralTagInfo(String text, SourcePositionInfo sp) { argument
34 super("Text", "Text", encode(text), sp);

Completed in 473 milliseconds

1234567891011>>