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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp3456 const XMMRegister xmm_result0 = xmm0; local
3476 __ movdqu(xmm_result0, Address(from, pos, Address::times_1, 0*AESBlockSize)); // get next 4 blocks into xmmresult registers
3482 __ opc(xmm_result0, src_reg); \
3493 __ pxor(xmm_result0, xmm_prev_block_cipher);
3502 __ movdqu(Address(to, pos, Address::times_1, 0*AESBlockSize), xmm_result0); // store 4 results into the next 64 bytes of output local

Completed in 39 milliseconds