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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2233 const XMMRegister xmm_result = xmm0; local
2248 __ movdqu(xmm_result, Address(from, 0)); // get 16 bytes of input
2254 __ pxor(xmm_result, xmm_temp1);
2261 __ aesenc(xmm_result, xmm_temp1);
2262 __ aesenc(xmm_result, xmm_temp2);
2263 __ aesenc(xmm_result, xmm_temp3);
2264 __ aesenc(xmm_result, xmm_temp4);
2271 __ aesenc(xmm_result, xmm_temp1);
2272 __ aesenc(xmm_result, xmm_temp2);
2273 __ aesenc(xmm_result, xmm_temp
2300 __ movdqu(Address(to, 0), xmm_result); // store the result local
2331 const XMMRegister xmm_result = xmm0; local
2400 __ movdqu(Address(to, 0), xmm_result); // store the result local
2452 const XMMRegister xmm_result = xmm0; local
2506 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
2513 __ movdqu(Address(rvec, 0), xmm_result); // final value of r stored in rvec of CipherBlockChaining object local
2542 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
2567 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
2609 const XMMRegister xmm_result = xmm0; local
2670 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
2709 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
2734 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
[all...]
H A DstubGenerator_x86_64.cpp3069 const XMMRegister xmm_result = xmm0; local
3083 __ movdqu(xmm_result, Address(from, 0)); // get 16 bytes of input
3089 __ pxor(xmm_result, xmm_temp1);
3096 __ aesenc(xmm_result, xmm_temp1);
3097 __ aesenc(xmm_result, xmm_temp2);
3098 __ aesenc(xmm_result, xmm_temp3);
3099 __ aesenc(xmm_result, xmm_temp4);
3106 __ aesenc(xmm_result, xmm_temp1);
3107 __ aesenc(xmm_result, xmm_temp2);
3108 __ aesenc(xmm_result, xmm_temp
3135 __ movdqu(Address(to, 0), xmm_result); // store the result local
3163 const XMMRegister xmm_result = xmm0; local
3230 __ movdqu(Address(to, 0), xmm_result); // store the result local
3269 const XMMRegister xmm_result = xmm0; local
3318 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
3325 __ movdqu(Address(rvec, 0), xmm_result); // final value of r stored in rvec of CipherBlockChaining object local
3356 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
3378 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
3513 const XMMRegister xmm_result = xmm0; local
3531 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
3575 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
3604 __ movdqu(Address(to, pos, Address::times_1, 0), xmm_result); // store into the next 16 bytes of output local
[all...]

Completed in 59 milliseconds