diff options
author | Keith Whitwell <[email protected]> | 2009-07-16 12:47:11 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-07-16 12:47:11 +0100 |
commit | e1ad38ad8e0243878ad1cf25f579a0a57e80a3ad (patch) | |
tree | 5c511a624c28eeb62d0eda9ef6029400e93c85da /src/gallium/auxiliary/rtasm/rtasm_x86sse.h | |
parent | 3858f47994dd39b725533cf3cf1a495fbc0ee6e3 (diff) |
rtasm: export sse_movmskps
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_x86sse.h')
-rw-r--r-- | src/gallium/auxiliary/rtasm/rtasm_x86sse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h index 1b5eaaca850..731a6517968 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h +++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h @@ -223,6 +223,7 @@ void sse_unpckhps( struct x86_function *p, struct x86_reg dst, struct x86_reg sr void sse_unpcklps( struct x86_function *p, struct x86_reg dst, struct x86_reg src ); void sse_pmovmskb( struct x86_function *p, struct x86_reg dest, struct x86_reg src ); void sse2_punpcklbw( struct x86_function *p, struct x86_reg dst, struct x86_reg src ); +void sse_movmskps( struct x86_function *p, struct x86_reg dst, struct x86_reg src); void x86_add( struct x86_function *p, struct x86_reg dst, struct x86_reg src ); void x86_and( struct x86_function *p, struct x86_reg dst, struct x86_reg src ); |