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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp3524 __ 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
H A Dassembler_x86.hpp1285 void movdqa(XMMRegister dst, XMMRegister src);
H A Dassembler_x86.cpp1690 void Assembler::movdqa(XMMRegister dst, XMMRegister src) { function in class:Assembler

Completed in 90 milliseconds