Home | History | Annotate | Download | only in target-mips

Lines Matching refs:i32

3 DEF_HELPER_2(raise_exception_err, void, i32, int)
4 DEF_HELPER_1(raise_exception, void, i32)
75 DEF_HELPER_1(mfc0_watchlo, tl, i32)
76 DEF_HELPER_1(mfc0_watchhi, tl, i32)
86 DEF_HELPER_1(dmfc0_watchlo, tl, i32)
135 DEF_HELPER_2(mtc0_watchlo, void, tl, i32)
136 DEF_HELPER_2(mtc0_watchhi, void, tl, i32)
148 DEF_HELPER_1(mftgpr, tl, i32);
149 DEF_HELPER_1(mftlo, tl, i32)
150 DEF_HELPER_1(mfthi, tl, i32)
151 DEF_HELPER_1(mftacx, tl, i32)
153 DEF_HELPER_2(mttgpr, void, tl, i32)
154 DEF_HELPER_2(mttlo, void, tl, i32)
155 DEF_HELPER_2(mtthi, void, tl, i32)
156 DEF_HELPER_2(mttacx, void, tl, i32)
167 DEF_HELPER_1(cfc1, tl, i32)
168 DEF_HELPER_2(ctc1, void, tl, i32)
170 DEF_HELPER_1(float_cvtd_s, i64, i32)
171 DEF_HELPER_1(float_cvtd_w, i64, i32)
174 DEF_HELPER_1(float_cvtl_s, i64, i32)
177 DEF_HELPER_1(float_cvts_d, i32, i64)
178 DEF_HELPER_1(float_cvts_w, i32, i32)
179 DEF_HELPER_1(float_cvts_l, i32, i64)
180 DEF_HELPER_1(float_cvts_pl, i32, i32)
181 DEF_HELPER_1(float_cvts_pu, i32, i32)
182 DEF_HELPER_1(float_cvtw_s, i32, i32)
183 DEF_HELPER_1(float_cvtw_d, i32, i64)
189 DEF_HELPER_1(float_ ## op ## l_s, i64, i32) \
191 DEF_HELPER_1(float_ ## op ## w_s, i32, i32) \
192 DEF_HELPER_1(float_ ## op ## w_d, i32, i64)
200 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
208 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
218 DEF_HELPER_2(float_ ## op ## _s, i32, i32, i32) \
230 DEF_HELPER_3(float_ ## op ## _s, i32, i32, i32, i32) \
242 DEF_HELPER_3(cmp_s_ ## op, void, i32, i32, int) \
243 DEF_HELPER_3(cmpabs_s_ ## op, void, i32, i32, int) \