Searched refs:sse_movlhps (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 257 sse_movlhps(p->func, data, get_const(p, CONST_IDENTITY)); in emit_load_float32() 307 sse_movlhps(p->func, data, get_const(p, CONST_IDENTITY)); in emit_load_float64to32() 317 sse_movlhps(p->func, data, tmpXMM); in emit_load_float64to32() 326 sse_movlhps(p->func, data, tmpXMM); in emit_load_float64to32()
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 169 void sse_movlhps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | x86sse.c | 590 void sse_movlhps( struct x86_function *p, in sse_movlhps() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 293 void sse_movlhps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 1109 void sse_movlhps( struct x86_function *p, in sse_movlhps() function
|