Searched refs:EIR_R15 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dreg_num.h55 #define EIR_R15 15 /* callee saves */ macro
97 * indexed from GPR_RAX to EIR_R15
H A Dcall_frame_inst.c137 new_ctx->current_regs[EIR_R15] = old_ctx->entry_regs[EIR_R15];
257 ctx->entry_regs[EIR_R15] = ctx->current_regs[EIR_R15];
286 fix_reg(ctx, func_state, EIR_R15);
391 case EIR_R15:
H A Dunwind.c488 if (index <= EIR_R15) {
501 if (index <= EIR_R15) {

Completed in 21 milliseconds