Lines Matching refs:off

56   // cut the heads off of the registers. We have to do a very extensive
68 // heads chopped off on interrupt). We have to save some %g registers here
129 // Save 64-bit O registers; they will get their heads chopped off on a 'save'.
142 // to Oregs here to avoid interrupts cutting off their heads
346 // refer to 4-byte stack slots. All stack slots are based off of the window
378 // passed in I's, because longs in I's get their heads chopped off at
432 // On 32-bit SPARC put longs always on the stack to keep the pressure off
1184 int off = regs[i].first()->reg2stack();
1185 if (off > max_stack_slots) max_stack_slots = off;
1188 int off = regs[i].second()->reg2stack();
1189 if (off > max_stack_slots) max_stack_slots = off;
1219 int off = regs[i].first()->reg2stack();
1220 if (off > max_stack_slots) max_stack_slots = off;
1223 int off = regs[i].second()->reg2stack();
1224 if (off > max_stack_slots) max_stack_slots = off;
1259 // is no exception handler. We merely pop this frame off and throw the
1271 __ delayed()->restore(); // Pop this frame off.
3087 int off =
3090 if (Assembler::is_simm13(off)) {
3092 SP, off);
3093 __ ld(SP, off, d);
3096 __ set(off, L6);
3105 int off = STACK_BIAS + reg2offset(dst.first());
3106 if (Assembler::is_simm13(off)) {
3108 SP, off);
3111 __ set(off, L6);
3137 int off = STACK_BIAS + conversion_temp * VMRegImpl::stack_slot_size;
3138 if (Assembler::is_simm13(off)) {
3140 SP, off);
3141 __ ld_long(SP, off, d);
3144 __ set(off, L6);
3167 int off = STACK_BIAS + conversion_temp * VMRegImpl::stack_slot_size;
3168 if (Assembler::is_simm13(off)) {
3169 __ stx(src.first()->as_Register(), SP, off);
3170 __ ld_long(SP, off, tmp);
3173 __ set(off, L6);
3739 // an interrupt will chop off their heads. Making space in the caller's frame
3741 // the adjusted FP off to the GC stack-crawler: this will modify the caller's