Lines Matching refs:rix
273 #define GET_VREG(rd, rix) LOAD_eas2(rd, rFP, rix) argument
275 #define GET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \ argument
278 #define SET_VREG(rd, rix) .set noat; \ argument
279 sll AT, rix, 2; \
286 #define SET_VREG64(rlo, rhi, rix) .set noat; \ argument
287 sll AT, rix, 2; \
297 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \ argument
298 sll AT, rix, 2; \
308 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \ argument
309 sll AT, rix, 2; \
319 #define SET_VREG_OBJECT(rd, rix) .set noat; \ argument
320 sll AT, rix, 2; \
328 #define SET_VREG_GOTO(rd, rix, dst) .set noreorder; \ argument
332 sll AT, rix, 2; \
342 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) .set noreorder; \ argument
346 sll AT, rix, 2; \
357 #define SET_VREG_F(rd, rix) .set noat; \ argument
358 sll AT, rix, 2; \