Searched refs:sse_orps (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/ |
D | x86sse.h | 175 void sse_orps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | x86sse.c | 596 void sse_orps( struct x86_function *p, in sse_orps() function
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 175 void sse_orps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | x86sse.c | 596 void sse_orps( struct x86_function *p, in sse_orps() function
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 298 void sse_orps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 1118 void sse_orps( struct x86_function *p, in sse_orps() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 298 void sse_orps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 1118 void sse_orps( struct x86_function *p, in sse_orps() function
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 241 sse_orps(p->func, data, get_const(p, CONST_IDENTITY) ); in emit_load_float32() 312 sse_orps(p->func, data, get_const(p, CONST_IDENTITY) ); in emit_load_float64to32()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 241 sse_orps(p->func, data, get_const(p, CONST_IDENTITY) ); in emit_load_float32() 312 sse_orps(p->func, data, get_const(p, CONST_IDENTITY) ); in emit_load_float64to32()
|