diff options
| author | John van Groningen | 2004-04-23 14:20:33 +0000 |
|---|---|---|
| committer | John van Groningen | 2004-04-23 14:20:33 +0000 |
| commit | 07f581b742ee623014947b9c9ced8eb26c59603d (patch) | |
| tree | 6f064e8fc905fbeb231c115cf1ceef24f0fd43bf /cgcodep.h | |
| parent | port to gcc on Mac OS X (diff) | |
implement umulIIL instruction on the PowerPC
Diffstat (limited to 'cgcodep.h')
| -rw-r--r-- | cgcodep.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -243,6 +243,9 @@ void code_updatepop_a (int a_offset_1,int a_offset_2); void code_update_b (int b_offset_1,int b_offset_2); void code_updatepop_b (int b_offset_1,int b_offset_2); void code_updateS (int source_offset,int destination_offset); +#ifdef G_POWER +void code_umulIIL (VOID); +#endif void code_xor (VOID); void code_caf (char *label_name,int a_size,int b_size); |
