Home
last modified time | relevance | path

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

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