HomeSort by relevance Sort by last modified time
    Searched full:r_sp (Results 1 - 10 of 10) sorted by null

  /external/valgrind/coregrind/
m_libcassert.c 65 (srP)->r_sp = (ULong)esp; \
80 (srP)->r_sp = rsp; \
99 (srP)->r_sp = (ULong)r1; \
118 (srP)->r_sp = r1; \
137 (srP)->r_sp = block[2]; \
157 (srP)->r_sp = block[1]; \
173 (srP)->r_sp = sp; \
197 (srP)->r_sp = (ULong)sp; \
222 (srP)->r_sp = (ULong)sp; \
246 (srP)->r_sp = (ULong)sp;
    [all...]
pub_core_basics.h 61 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member in struct:__anon20479
m_machine.c 70 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP;
75 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP;
80 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1;
85 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1;
90 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13;
101 regs->r_sp = VG_(threads)[tid].arch.vex.guest_XSP;
106 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_SP;
113 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29;
122 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29;
131 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r54
    [all...]
m_signals.c 276 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \
288 (srP)->r_sp = (uc)->uc_mcontext.rsp; \
347 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
370 (srP)->r_sp = (uc)->uc_mcontext.gp_regs[VKI_PT_R1]; \
382 (srP)->r_sp = (uc)->uc_mcontext.arm_sp; \
397 (srP)->r_sp = (uc)->uc_mcontext.sp; \
456 srP->r_sp = (ULong)(ss->__esp);
512 srP->r_sp = (ULong)(ss->__rsp);
527 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \
545 (srP)->r_sp = (uc)->uc_mcontext.sc_regs[29];
    [all...]
m_stacktrace.c 192 uregs.xsp = (Addr)startRegs->r_sp;
473 uregs.xsp = startRegs->r_sp;
666 Addr sp = (Addr)startRegs->r_sp;
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 166 mMips->ADDIU(R_sp, R_sp, -(5 * 4));
167 mMips->SW(R_s0, R_sp, 0);
168 mMips->SW(R_s1, R_sp, 4);
169 mMips->SW(R_s2, R_sp, 8);
170 mMips->SW(R_s3, R_sp, 12);
171 mMips->SW(R_s4, R_sp, 16);
179 mMips->LW(R_s0, R_sp, 0);
180 mMips->LW(R_s1, R_sp, 4);
181 mMips->LW(R_s2, R_sp, 8)
    [all...]
MIPSAssembler.h 542 R_t8, R_t9, R_k0, R_k1, R_gp, R_sp, R_s8, R_ra,
  /art/compiler/dex/quick/mips/
README.mips 37 subject to scheduling: r_K0, r_K1, r_SP, r_ZERO, r_S1 (rSELF).
  /external/libpcap/msdos/
pktdrvr.c 76 WORD r_ip, r_cs, r_sp, r_ss; member in struct:DPMI_regs
331 reg.r_ss = reg.r_sp = 0; /* DPMI host provides stack */
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 280 (*gregs)[R_SP],

Completed in 159 milliseconds