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

  /external/google-breakpad/src/common/android/
ucontext_constants.h 68 #define SIMD_REGISTER_SIZE 16
breakpad_getcontext.S 142 add x3, x2, #(FPSIMD_CONTEXT_VREGS_OFFSET + 8 * SIMD_REGISTER_SIZE)
143 stp d8, d9, [x3], #(2 * SIMD_REGISTER_SIZE)
144 stp d10, d11, [x3], #(2 * SIMD_REGISTER_SIZE)
145 stp d12, d13, [x3], #(2 * SIMD_REGISTER_SIZE)
146 stp d14, d15, [x3], #(2 * SIMD_REGISTER_SIZE)

Completed in 67 milliseconds