When do we need $v1 in MIPS?

后端 未结 3 530
不知归路
不知归路 2021-01-15 16:41

We all know that usually a program will just return one value, but I have noticed that we have two value returning registers $v0 and $v1 in MIPS. T

3条回答
  •  难免孤独
    2021-01-15 17:12

    Another use case is returning 64-bit numbers on 32-bit MIPS (or 128-bit numbers in 64-bit MIPS).

提交回复
热议问题