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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp3429 const XMMRegister xmm_key_last = as_XMMRegister(XMM_REG_NUM_KEY_LAST); local
3451 load_key(xmm_key_last, key, 0x00, xmm_key_shuf_mask);
3491 DoFour(aesdeclast, xmm_key_last);
3529 __ aesdeclast(xmm_result, xmm_key_last);
3573 __ aesdeclast(xmm_result, xmm_key_last); // xmm15 always came from key+0
3602 __ aesdeclast(xmm_result, xmm_key_last); // xmm15 came from key+0

Completed in 44 milliseconds