HomeSort by relevance Sort by last modified time
    Searched refs:d_offset (Results 1 - 2 of 2) sorted by null

  /external/vixl/test/aarch32/
test-utils-aarch32.cc 50 const int d_offset = static_cast<int>(VIXL_OFFSET(dump_t, d_)); local
76 MemOperand(dump_base, d_offset + (i * kDRegSizeInBytes)));
  /external/vixl/test/aarch64/
test-utils-aarch64.cc 452 const int d_offset = offsetof(dump_t, d_); local
491 __ Add(dump, dump_base, d_offset);

Completed in 98 milliseconds