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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2235 const XMMRegister xmm_temp1 = xmm2; local
2253 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask);
2254 __ pxor(xmm_result, xmm_temp1);
2256 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask);
2261 __ aesenc(xmm_result, xmm_temp1);
2266 load_key(xmm_temp1, key, 0x50, xmm_key_shuf_mask);
2271 __ aesenc(xmm_result, xmm_temp1);
2276 load_key(xmm_temp1, key, 0x90, xmm_key_shuf_mask);
2282 __ aesenc(xmm_result, xmm_temp1);
2285 load_key(xmm_temp1, ke
2333 const XMMRegister xmm_temp1 = xmm2; local
[all...]
H A DstubGenerator_x86_64.cpp3072 const XMMRegister xmm_temp1 = xmm2; local
3088 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask);
3089 __ pxor(xmm_result, xmm_temp1);
3091 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask);
3096 __ aesenc(xmm_result, xmm_temp1);
3101 load_key(xmm_temp1, key, 0x50, xmm_key_shuf_mask);
3106 __ aesenc(xmm_result, xmm_temp1);
3111 load_key(xmm_temp1, key, 0x90, xmm_key_shuf_mask);
3117 __ aesenc(xmm_result, xmm_temp1);
3120 load_key(xmm_temp1, ke
3166 const XMMRegister xmm_temp1 = xmm2; local
[all...]

Completed in 48 milliseconds