Lines Matching defs:sp
48 uint64_t new_sp; /* "raw" sp for the next frame (includes extension by interpreter/adapter */
114 uintptr_t sp;
115 uintptr_t sender_sp; // The unextended sp of the caller
447 J->prev_fr.sp = 0;
1040 base = J->curr_fr.sp + N->orig_pc_offset;
1225 Because c2 doesn't use FP as a framepointer the value of sp/fp we receive
1243 uint64_t base = J->curr_fr.sp;
1262 // real_sp is the sp we should have received for this frame
1264 // +POINTER_SIZE because callee owns the return address so caller's sp is +1 word
1365 J->curr_fr.sp = regs[R_SP];
1483 fprintf(stderr, "update_gregs: before update sp = 0x%llx, fp = 0x%llx, pc = 0x%llx\n", gregs[R_SP], gregs[R_FP], gregs[R_PC]);
1502 fprintf(stderr, "update_gregs: after update sp = 0x%llx, fp = 0x%llx, pc = 0x%llx\n", gregs[R_SP], gregs[R_FP], gregs[R_PC]);
1520 fprintf(stderr, "Jframe_iter: Entry sp = 0x%llx, fp = 0x%llx, pc = 0x%llx\n", gregs[R_SP], gregs[R_FP], gregs[R_PC]);