HomeSort by relevance Sort by last modified time
    Searched defs:R13 (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
ptrace-abi.h 41 #define R13 16
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 30 #define R13 16
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 41 #define R13 16
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 41 #define R13 16
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 50 R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
51 SP = R13,
59 LIST(R13), LIST(R14), LIST(R15),
  /external/v8/src/
platform-linux.cc 695 enum ArmRegisters {R15 = 15, R13 = 13, R11 = 11};
749 sample.sp = reinterpret_cast<Address>(mcontext.gregs[R13]);

Completed in 148 milliseconds