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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2187 void load_key(XMMRegister xmmdst, Register key, int offset, XMMRegister xmm_shuf_mask=NULL) { function in class:StubGenerator
2199 load_key(xmmtmp, key, offset, xmm_shuf_mask);
2206 load_key(xmmtmp, key, offset, xmm_shuf_mask);
2253 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask);
2256 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask);
2257 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask);
2258 load_key(xmm_temp3, key, 0x30, xmm_key_shuf_mask);
2259 load_key(xmm_temp4, key, 0x40, xmm_key_shuf_mask);
2266 load_key(xmm_temp1, key, 0x50, xmm_key_shuf_mask);
2267 load_key(xmm_temp
[all...]
H A DstubGenerator_x86_64.cpp3041 void load_key(XMMRegister xmmdst, Register key, int offset, XMMRegister xmm_shuf_mask=NULL) { function in class:StubGenerator
3088 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask);
3091 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask);
3092 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask);
3093 load_key(xmm_temp3, key, 0x30, xmm_key_shuf_mask);
3094 load_key(xmm_temp4, key, 0x40, xmm_key_shuf_mask);
3101 load_key(xmm_temp1, key, 0x50, xmm_key_shuf_mask);
3102 load_key(xmm_temp2, key, 0x60, xmm_key_shuf_mask);
3103 load_key(xmm_temp3, key, 0x70, xmm_key_shuf_mask);
3104 load_key(xmm_temp
[all...]

Completed in 48 milliseconds