diff options
author | John van Groningen | 2008-12-18 16:07:33 +0000 |
---|---|---|
committer | John van Groningen | 2008-12-18 16:07:33 +0000 |
commit | 7b65e528b4fec660d21d2db54d4e3ba952d446a5 (patch) | |
tree | d81685b46dd1c535aaff22fda479ee2144df3e55 /cgcodep.h | |
parent | add floordiv and mod (diff) |
add truncateR and ceilingR
Diffstat (limited to 'cgcodep.h')
-rw-r--r-- | cgcodep.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,7 @@ void code_ccall (char *label,char *s,int length); void code_centry (char *c_function_name,char *clean_function_label,char *s,int length); void code_channelP (int a_offset); void code_cmpS (int a_offset_1,int a_offset_2); +void code_ceilingR (VOID); void code_copy_graph (int a_offset); void code_CtoAC (VOID); void code_currentP (VOID); @@ -280,6 +281,7 @@ void code_subR (VOID); void code_suspend (VOID); void code_tanR (VOID); void code_testcaf (char *label_name); +void code_truncateR (VOID); void code_update (char *element_descriptor,int a_size,int b_size); void code_update_a (int a_offset_1,int a_offset_2); void code_updatepop_a (int a_offset_1,int a_offset_2); |