summaryrefslogtreecommitdiff
path: root/cgcodep.h
diff options
context:
space:
mode:
authorJohn van Groningen2007-05-10 10:11:32 +0000
committerJohn van Groningen2007-05-10 10:11:32 +0000
commit74ff3fabc28497d3e48c88ed6e7468f2838a3a0c (patch)
treee1b3d2008b1f5419d8d0b60c26824d9ad5a46fc4 /cgcodep.h
parentpass {#Int} and {#Real} using centry, (diff)
rename IMOVEW as IMOVEDB,
add sincosR instruction for IA32, add 32 bit integer and real arrays for AI64
Diffstat (limited to 'cgcodep.h')
-rw-r--r--cgcodep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgcodep.h b/cgcodep.h
index d716abe..2ee9a72 100644
--- a/cgcodep.h
+++ b/cgcodep.h
@@ -253,6 +253,9 @@ void code_shiftl (VOID);
void code_shiftr (VOID);
void code_shiftrU (VOID);
void code_sinR (VOID);
+#if defined (I486) && !defined (G_AI64)
+void code_sincosR (VOID);
+#endif
void code_sliceS (int source_offset,int destination_offset);
void code_sqrtR (VOID);
void code_stop_reducer (VOID);