diff options
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 089955b1ce..3ee04b248c 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -253,6 +253,8 @@ DEF_HELPER_2(vrfip, void, avr, avr) DEF_HELPER_2(vrfiz, void, avr, avr) DEF_HELPER_3(vcfux, void, avr, avr, i32) DEF_HELPER_3(vcfsx, void, avr, avr, i32) +DEF_HELPER_3(vctuxs, void, avr, avr, i32) +DEF_HELPER_3(vctsxs, void, avr, avr, i32) DEF_HELPER_1(efscfsi, i32, i32) DEF_HELPER_1(efscfui, i32, i32) |