Home | History | Annotate | Download | only in libcollector

Lines Matching refs:RSP

1447  * old %rsp:
1453 * new %rsp: <return address (deliberately invalid)>
1486 #define RSP 4
1532 if (regs == RSP)
2821 else if (reg == RSP)
2962 if (MRM_MOD (modrm) == 0xc0 && MRM_REGS (modrm) == RSP)
2984 if (MRM_MOD (modrm) == 0xc0 && MRM_REGS (modrm) == RSP)
3013 if (MRM_REGS (modrm) == RBP && MRM_REGD (modrm) == RSP)
3016 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3027 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3039 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX)
3047 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3059 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3067 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX)
3085 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3088 else if (MRM_REGS (modrm) == RBP && MRM_REGD (modrm) == RSP)
3099 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3117 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3135 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3157 if (MRM_REGD (modrm) == RSP)
3160 // Mez: need to use always regs[RSP/RBP] instead cur->sp(or fp):
3161 cur->regs[RSP] = (unsigned long) cur->sp;
3235 DprintfT (SP_DUMP_UNWIND, "stack_unwind%d cannot calculate RSP. cur->pc=0x%lx val=0x%lx\n",
3247 if (MRM_REGD (modrm) == RSP)
3251 DprintfT (SP_DUMP_UNWIND, "stack_unwind%d cannot calculate RSP. cur->pc=0x%lx opcode=0x%02x val=0x%lx wctx->sp=0x%lx wctx->sbase=0x%lx\n",
4272 * 48 8b 65 f0 movq -0x10(%rbp),%rsp