Chromium Code Reviews| Index: runtime/vm/constants_arm64.h |
| =================================================================== |
| --- runtime/vm/constants_arm64.h (revision 35264) |
| +++ runtime/vm/constants_arm64.h (working copy) |
| @@ -160,6 +160,8 @@ |
| // Registers available to Dart that are not preserved by runtime calls. |
| const RegList kDartVolatileCpuRegs = |
| kDartAvailableCpuRegs & ~kAbiPreservedCpuRegs; |
| +const Register kDartFirstVolatileCpuReg = R0; |
| +const Register kDartLastVolatileCpuReg = R18; |
| const int kDartVolatileCpuRegCount = 17; |
|
regis
2014/04/22 18:45:32
For people questioning your math, I would add ...1
zra
2014/04/22 19:44:02
Done.
|
| const VRegister kDartFirstVolatileFpuReg = V0; |
| const VRegister kDartLastVolatileFpuReg = V7; |