Searched defs:reg2offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dregalloc.cpp57 //------------------------------reg2offset-------------------------------------
73 int PhaseRegAlloc::reg2offset( OptoReg::Name reg ) const { function in class:PhaseRegAlloc
91 assert(stk_offset == reg2offset((OptoReg::Name) reg),
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp328 static int reg2offset(VMReg r) { function
705 RegisterOrConstant ld_off = reg2offset(r_1) + extraspace + bias;
984 int st_off = reg2offset(regs[i].first()) + STACK_BIAS;
1280 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1281 __ st(L5, SP, reg2offset(dst.first()) + STACK_BIAS);
1284 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, dst.first()->as_Register());
1288 __ st(src.first()->as_Register(), SP, reg2offset(dst.first()) + STACK_BIAS);
1302 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1303 __ st_ptr(L5, SP, reg2offset(dst.first()) + STACK_BIAS);
1306 __ ld(FP, reg2offset(sr
[all...]

Completed in 28 milliseconds