Searched refs:dump_t (Results 1 – 4 of 4) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 652 const int x_offset = offsetof(dump_t, x_); in Dump() 653 const int w_offset = offsetof(dump_t, w_); in Dump() 654 const int d_offset = offsetof(dump_t, d_); in Dump() 655 const int s_offset = offsetof(dump_t, s_); in Dump() 656 const int h_offset = offsetof(dump_t, h_); in Dump() 657 const int q_offset = offsetof(dump_t, q_); in Dump() 658 const int z_offset = offsetof(dump_t, z_); in Dump() 659 const int p_offset = offsetof(dump_t, p_); in Dump() 660 const int sp_offset = offsetof(dump_t, sp_); in Dump() 661 const int wsp_offset = offsetof(dump_t, wsp_); in Dump() [all …]
|
D | test-utils-aarch64.h | 301 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 | 170 struct dump_t { struct
|