Home
last modified time | relevance | path

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

/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc50 const int d_offset = static_cast<int>(VIXL_OFFSET(dump_t, d_)); in Dump() local
76 MemOperand(dump_base, d_offset + (i * kDRegSizeInBytes))); in Dump()
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc408 const int d_offset = offsetof(dump_t, d_); in Dump() local
446 __ Add(dump, dump_base, d_offset); in Dump()