Home
last modified time | relevance | path

Searched refs:dump_t (Results 1 – 4 of 4) sorted by relevance

/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc485 const int x_offset = offsetof(dump_t, x_); in Dump()
486 const int w_offset = offsetof(dump_t, w_); in Dump()
487 const int d_offset = offsetof(dump_t, d_); in Dump()
488 const int s_offset = offsetof(dump_t, s_); in Dump()
489 const int h_offset = offsetof(dump_t, h_); in Dump()
490 const int q_offset = offsetof(dump_t, q_); in Dump()
491 const int sp_offset = offsetof(dump_t, sp_); in Dump()
492 const int wsp_offset = offsetof(dump_t, wsp_); in Dump()
493 const int flags_offset = offsetof(dump_t, flags_); in Dump()
Dtest-utils-aarch64.h181 struct dump_t { struct
/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc49 const int r_offset = static_cast<int>(VIXL_OFFSET(dump_t, r_)); in Dump()
50 const int d_offset = static_cast<int>(VIXL_OFFSET(dump_t, d_)); in Dump()
51 const int flags_offset = static_cast<int>(VIXL_OFFSET(dump_t, flags_)); in Dump()
Dtest-utils-aarch32.h170 struct dump_t { struct