diff options
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r-- | target-ppc/op_helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h index e260b4ff97..d8b2f252c8 100644 --- a/target-ppc/op_helper.h +++ b/target-ppc/op_helper.h @@ -79,8 +79,6 @@ void do_sraw (void); #if defined(TARGET_PPC64) void do_adde_64 (void); void do_addmeo_64 (void); -void do_imul64 (uint64_t *tl, uint64_t *th); -void do_mul64 (uint64_t *tl, uint64_t *th); void do_divdo (void); void do_divduo (void); void do_mulldo (void); |