REGNO_ARM32_SP
uint64_t getSP() const { return reg[REGNO_ARM32_SP]; }
void setSP(uint64_t value) { reg[REGNO_ARM32_SP] = value; }