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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2453 const XMMRegister xmm_temp = xmm1; local
2474 const XMMRegister xmm_key_shuf_mask = xmm_temp; // used temporarily to swap key bytes up front
2493 __ movdqu(xmm_temp, Address(from, pos, Address::times_1, 0)); // get next 16 bytes of input
2494 __ pxor (xmm_result, xmm_temp); // xor with the current r vector
2501 aes_enc_key(xmm_result, xmm_temp, key, key_offset);
2503 load_key(xmm_temp, key, 0xa0);
2504 __ aesenclast(xmm_result, xmm_temp);
2529 __ movdqu(xmm_temp, Address(from, pos, Address::times_1, 0)); // get next 16 bytes of input
2530 __ pxor (xmm_result, xmm_temp); // xor with the current r vector
2537 aes_enc_key(xmm_result, xmm_temp, ke
2610 const XMMRegister xmm_temp = xmm1; local
2681 __ movdqu(Address(rvec, 0), xmm_temp); // final value of r stored in rvec of CipherBlockChaining object local
[all...]
H A DstubGenerator_x86_64.cpp3270 const XMMRegister xmm_temp = xmm1; local
3292 const XMMRegister xmm_key_shuf_mask = xmm_temp; // used temporarily to swap key bytes up front
3311 __ movdqu(xmm_temp, Address(from, pos, Address::times_1, 0)); // get next 16 bytes of input
3312 __ pxor (xmm_result, xmm_temp); // xor with the current r vector
3349 __ movdqu(xmm_temp, Address(from, pos, Address::times_1, 0)); // get next 16 bytes of input
3350 __ pxor (xmm_result, xmm_temp); // xor with the current r vector
3370 __ movdqu(xmm_temp, Address(from, pos, Address::times_1, 0)); // get next 16 bytes of input
3371 __ pxor (xmm_result, xmm_temp); // xor with the current r vector
3376 load_key(xmm_temp, key, 0xe0);
3377 __ aesenclast(xmm_result, xmm_temp);
3517 const XMMRegister xmm_temp = xmm4; local
[all...]

Completed in 48 milliseconds