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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1306 // end_to - destination array end address aligned to 8-bytes
1312 void copy_16_bytes_backward_with_shift(Register end_from, Register end_to, argument
1340 __ dec(end_to, 16);
1345 __ stx(O3, end_to, 8);
1349 __ stx(O4, end_to, 0);
1359 __ dec(end_to, 8);
1364 __ stx(G3, end_to, 0);
1505 const Register end_to = to; // destination array end address local
1517 __ add(to, count, end_to); // offset after last copied element
1528 // copy bytes to align 'end_to' o
1956 const Register end_to = to; // destination array end address local
2237 const Register end_to = to; // destination array end address local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1309 // end_to - destination array end address
1315 void copy_bytes_forward(Register end_from, Register end_to, argument
1327 __ vmovdqu(Address(end_to, qword_count, Address::times_8, -56), xmm0);
1329 __ vmovdqu(Address(end_to, qword_count, Address::times_8, -24), xmm1);
1332 __ movdqu(Address(end_to, qword_count, Address::times_8, -56), xmm0);
1334 __ movdqu(Address(end_to, qword_count, Address::times_8, -40), xmm1);
1336 __ movdqu(Address(end_to, qword_count, Address::times_8, -24), xmm2);
1338 __ movdqu(Address(end_to, qword_count, Address::times_8, - 8), xmm3);
1348 __ vmovdqu(Address(end_to, qword_count, Address::times_8, -24), xmm0);
1351 __ movdqu(Address(end_to, qword_coun
1491 const Register end_to = to; // destination array end address local
1690 const Register end_to = to; // destination array end address local
1895 const Register end_to = to; // destination array end address local
2076 const Register end_to = rcx; // destination array end address local
2280 const Register end_to = r13; // destination array end address local
[all...]
H A DstubGenerator_x86_32.cpp1442 // rax, rdx, rcx -- loop control (end_from, end_to, count)
1486 Register end_to = to; // re-use local
1491 Address to_element_addr(end_to, count, Address::times_ptr, 0);
1497 __ lea(end_to, end_to_addr);

Completed in 58 milliseconds