Searched refs:dump_t (Results 1 – 4 of 4) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 406 const int x_offset = offsetof(dump_t, x_); in Dump() 407 const int w_offset = offsetof(dump_t, w_); in Dump() 408 const int d_offset = offsetof(dump_t, d_); in Dump() 409 const int s_offset = offsetof(dump_t, s_); in Dump() 410 const int q_offset = offsetof(dump_t, q_); in Dump() 411 const int sp_offset = offsetof(dump_t, sp_); in Dump() 412 const int wsp_offset = offsetof(dump_t, wsp_); in Dump() 413 const int flags_offset = offsetof(dump_t, flags_); in Dump()
|
D | test-utils-aarch64.h | 166 struct dump_t { struct
|
/external/vixl/test/aarch32/ |
D | test-utils-aarch32.cc | 49 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()
|
D | test-utils-aarch32.h | 156 struct dump_t { struct
|