Searched refs:LOAD_END (Results 1 – 1 of 1) sorted by relevance
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 892 .macro LOAD_END index_reg, next_index, label macro 1195 LOAD_END t6, 5*16, loopS # no more GPR args, gpr_index = 5*16 1201 LOAD_END t6, 5*16, loopS # no more GPR args, gpr_index = 5*16 1202 LOAD_END t6, 5*16, loopS # no more GPR args, gpr_index = 5*16 1210 LOAD_END t7, 6*16, loopS # no more FPR args, fp_index = 6*16 1218 LOAD_END t7, 6*16, loopS # no more FPR args, fp_index = 6*16
|