Revision 1d01299d target-sparc/helper.h

b/target-sparc/helper.h
138 138
F_HELPER_0_0(dtox);
139 139
F_HELPER_0_0(qtox);
140 140
F_HELPER_0_0(aligndata);
141
DEF_HELPER(void, helper_movl_FT0_0, (void))
142
DEF_HELPER(void, helper_movl_DT0_0, (void))
143
DEF_HELPER(void, helper_movl_FT0_1, (void))
144
DEF_HELPER(void, helper_movl_DT0_1, (void))
145 141

  
146 142
F_HELPER_0_0(not);
147
F_HELPER_0_0(nots);
148 143
F_HELPER_0_0(nor);
149
F_HELPER_0_0(nors);
150 144
F_HELPER_0_0(or);
151
F_HELPER_0_0(ors);
152 145
F_HELPER_0_0(xor);
153
F_HELPER_0_0(xors);
154 146
F_HELPER_0_0(and);
155
F_HELPER_0_0(ands);
156 147
F_HELPER_0_0(ornot);
157
F_HELPER_0_0(ornots);
158 148
F_HELPER_0_0(andnot);
159
F_HELPER_0_0(andnots);
160 149
F_HELPER_0_0(nand);
161
F_HELPER_0_0(nands);
162 150
F_HELPER_0_0(xnor);
163
F_HELPER_0_0(xnors);
164 151
F_HELPER_0_0(pmerge);
165 152
F_HELPER_0_0(mul8x16);
166 153
F_HELPER_0_0(mul8x16al);
......
172 159
F_HELPER_0_0(expand);
173 160
#define VIS_HELPER(name)                                 \
174 161
    F_HELPER_0_0(name##16);                              \
175
    F_HELPER_0_0(name##16s);                             \
162
    DEF_HELPER(uint32_t, helper_f ## name ## 16s, (uint32_t src1, uint32_t src2))\
176 163
    F_HELPER_0_0(name##32);                              \
177
    F_HELPER_0_0(name##32s)
164
    DEF_HELPER(uint32_t, helper_f ## name ## 32s, (uint32_t src1, uint32_t src2))
178 165

  
179 166
VIS_HELPER(padd);
180 167
VIS_HELPER(psub);

Also available in: Unified diff