Searched refs:rix (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 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; \ [all …]
|