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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2420 const Register offset0 = O4; // element offset local
2424 __ mov(G0, offset0); // offset from start of arrays (0)
2426 __ delayed()->add(offset0, 8, offset8);
2435 // Now we can use O4(offset0), O5(offset8) as temps
2442 // Restore O4(offset0), O5(offset8)
2443 __ sub(from64, from, offset0);
2446 __ delayed()->add(offset0, 8, offset8);
2451 __ ldx(from, offset0, O3);
2454 __ stx(O3, to, offset0);
2455 __ inc(offset0, 1
2519 const Register offset0 = O5; // previous element offset local
[all...]

Completed in 470 milliseconds