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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp3514 const XMMRegister xmm_prev_block_cipher_save = xmm2; local
3524 __ movdqa(xmm_prev_block_cipher_save, xmm_result); // save for next r vector
3533 __ movdqa(xmm_prev_block_cipher, xmm_prev_block_cipher_save); // set up next r vector with cipher input from this block
3566 __ movdqa(xmm_prev_block_cipher_save, xmm_result); // save for next r vector
3577 __ movdqa(xmm_prev_block_cipher, xmm_prev_block_cipher_save); // set up next r vector with cipher input from this block
3590 __ movdqa(xmm_prev_block_cipher_save, xmm_result); // save for next r vector
3606 __ movdqa(xmm_prev_block_cipher, xmm_prev_block_cipher_save); // set up next r vector with cipher input from this block

Completed in 44 milliseconds