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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp3428 const XMMRegister xmm_key_first = as_XMMRegister(XMM_REG_NUM_KEY_FIRST); local
3487 DoFour(pxor, xmm_key_first);
3525 __ pxor (xmm_result, xmm_key_first); // do the aes dec rounds
3567 __ pxor (xmm_result, xmm_key_first); // do the aes dec rounds
3591 __ pxor (xmm_result, xmm_key_first); // do the aes dec rounds
H A DstubGenerator_x86_32.cpp2615 const XMMRegister xmm_key_first = as_XMMRegister(XMM_REG_NUM_KEY_FIRST); local
2659 __ pxor (xmm_result, xmm_key_first); // do the aes dec rounds
2698 __ pxor (xmm_result, xmm_key_first); // do the aes dec rounds
2723 __ pxor (xmm_result, xmm_key_first); // do the aes dec rounds

Completed in 49 milliseconds