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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1305 // end_from - source arrays end address
1312 void copy_16_bytes_backward_with_shift(Register end_from, Register end_to, argument
1318 __ andcc(end_from, 7, G1); // misaligned bytes
1333 __ andn(end_from, 7, end_from); // Align address
1334 __ ldx(end_from, 0, O3);
1337 __ ldx(end_from, -8, O4);
1339 __ ldx(end_from, -16, G4);
1341 __ dec(end_from, 16);
1358 __ ldx(end_from,
1504 const Register end_from = from; // source array end address local
1955 const Register end_from = from; // source array end address local
2236 const Register end_from = from; // source array end address local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1317 const Register end_from = rax; // source array end address local
1331 __ lea(end_from, Address(from, count, Address::times_8, 0));
1332 __ cmpptr(to, end_from);
1442 // rax, rdx, rcx -- loop control (end_from, end_to, count)
1485 Register end_from = from; // re-use local
1490 Address from_element_addr(end_from, count, Address::times_ptr, 0);
1496 __ lea(end_from, end_from_addr);
H A DstubGenerator_x86_64.cpp1143 const Register end_from = rax; local
1146 __ lea(end_from, Address(from, count, sf, 0));
1150 __ cmpptr(to, end_from);
1154 __ cmpptr(to, end_from);
1308 // end_from - source arrays end address
1315 void copy_bytes_forward(Register end_from, Register end_to, argument
1326 __ vmovdqu(xmm0, Address(end_from, qword_count, Address::times_8, -56));
1328 __ vmovdqu(xmm1, Address(end_from, qword_count, Address::times_8, -24));
1331 __ movdqu(xmm0, Address(end_from, qword_count, Address::times_8, -56));
1333 __ movdqu(xmm1, Address(end_from, qword_coun
1490 const Register end_from = from; // source array end address local
1689 const Register end_from = from; // source array end address local
1894 const Register end_from = from; // source array end address local
2075 const Register end_from = from; // source array end address local
2279 const Register end_from = from; // source array end address local
[all...]

Completed in 52 milliseconds