Revision afcb7375 target-sparc/helper.h

b/target-sparc/helper.h
148 148
VIS_HELPER(padd);
149 149
VIS_HELPER(psub);
150 150
#define VIS_CMPHELPER(name)                              \
151
    F_HELPER_0_0(name##16);                              \
152
    F_HELPER_0_0(name##32)
151
    DEF_HELPER_0(f##name##16, i64);                      \
152
    DEF_HELPER_0(f##name##32, i64)
153 153
VIS_CMPHELPER(cmpgt);
154 154
VIS_CMPHELPER(cmpeq);
155 155
VIS_CMPHELPER(cmple);

Also available in: Unified diff