Home
last modified time | relevance | path

Searched refs:wsp_ (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch64/
Dtest-utils-aarch64.h140 return static_cast<int32_t>(dump_.wsp_); in wspreg()
168 return ((dump_.sp_ & kWRegMask) == dump_.wsp_); in SPRegAliasesMatch()
196 uint64_t wsp_; member
Dtest-utils-aarch64.cc457 const int wsp_offset = offsetof(dump_t, wsp_); in Dump()