Lines Matching full:gpr_index
665 li $t3, 2 # t3 = gpr_index = 2 (skip A0 and A1)
685 bne $t5, $t3, 1f # if (gpr_index == 2)
687 LOAD_WORD_TO_REG a2, t0, t3, loop # a2 = current argument, gpr_index++
688 1: bne $t5, $t3, loop # else if (gpr_index == 3)
690 LOAD_WORD_TO_REG a3, t0, t3, loop # a3 = current argument, gpr_index++
695 beqz $t5, 2f # if (gpr_index < 3)
697 LOAD_LONG_TO_REG a2, a3, t0, t3, loop # a2_a3 = curr_arg, gpr_index = 4
699 li $t3, 4 # gpr_index = 4
790 li $t3, 1 # t3 = gpr_index = 1 (skip A0)
810 bne $t5, $t3, 1f # if (gpr_index == 1)
812 LOAD_WORD_TO_REG a1, t0, t3, loopS # a1 = current argument, gpr_index++
813 1: bne $t5, $t3, 2f # else if (gpr_index == 2)
815 LOAD_WORD_TO_REG a2, t0, t3, loopS # a2 = current argument, gpr_index++
816 2: bne $t5, $t3, loopS # else if (gpr_index == 3)
818 LOAD_WORD_TO_REG a3, t0, t3, loopS # a3 = current argument, gpr_index++
823 beqz $t5, 3f # if (gpr_index < 3)
825 LOAD_LONG_TO_REG a2, a3, t0, t3, loopS # a2_a3 = curr_arg, gpr_index = 4
827 li $t3, 4 # gpr_index = 4