Home | History | Annotate | Download | only in Unwind

Lines Matching defs:__ecx

57   uint32_t  getECX() const         { return _registers.__ecx; }
58 void setECX(uint32_t value) { _registers.__ecx = value; }
70 unsigned int __ecx;
120 return _registers.__ecx;
149 _registers.__ecx = value;