Bug 1445978 - [MIPS] Define ABINonVolatileReg. r=bbouvier

This commit is contained in:
Dragan Mladjenovic 2018-03-15 13:20:35 -04:00
Родитель 62ae352d87
Коммит 5bd79d93b3
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -59,6 +59,7 @@ static constexpr FloatRegister ABINonArgDoubleReg { FloatRegisters::f16, FloatRe
// Note: these three registers are all guaranteed to be different
static constexpr Register ABINonArgReturnReg0 = t0;
static constexpr Register ABINonArgReturnReg1 = t1;
static constexpr Register ABINonVolatileReg = s0;
// This register is guaranteed to be clobberable during the prologue and
// epilogue of an ABI call which must preserve both ABI argument, return

Просмотреть файл

@ -52,6 +52,7 @@ static constexpr FloatRegister ABINonArgDoubleReg { FloatRegisters::f21, FloatRe
// Note: these three registers are all guaranteed to be different
static constexpr Register ABINonArgReturnReg0 = t0;
static constexpr Register ABINonArgReturnReg1 = t1;
static constexpr Register ABINonVolatileReg = s0;
// This register is guaranteed to be clobberable during the prologue and
// epilogue of an ABI call which must preserve both ABI argument, return