diff options
Diffstat (limited to 'src/mesa/x86/rtasm/x86sse.h')
-rw-r--r-- | src/mesa/x86/rtasm/x86sse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/rtasm/x86sse.h b/src/mesa/x86/rtasm/x86sse.h index 94b320eadfc..430cf2f939d 100644 --- a/src/mesa/x86/rtasm/x86sse.h +++ b/src/mesa/x86/rtasm/x86sse.h @@ -197,6 +197,7 @@ void x87_fdiv( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ); void x87_fdivp( struct x86_function *p, struct x86_reg dst ); void x87_fdivr( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ); void x87_fdivrp( struct x86_function *p, struct x86_reg dst ); +void x87_fild( struct x86_function *p, struct x86_reg arg ); void x87_fist( struct x86_function *p, struct x86_reg dst ); void x87_fistp( struct x86_function *p, struct x86_reg dst ); void x87_fld( struct x86_function *p, struct x86_reg arg ); |