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

  /frameworks/av/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 460 Int32 R12, R11, R10, R9;
468 MOV R12, #0x0
474 STMCSIA temp!, {R12, R11, R10, R9}
475 STMCSIA temp!, {R12, R11, R10, R9}
480 STMCSIA temp!, {R12, R11, R10, R9}
481 STMMIIA temp!, {R12, R11}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reg.h 31 # define R12 3
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 31 # define R12 3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 31 # define R12 3
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 31 #define R12 24
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace-abi.h 31 #define R12 24
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 31 #define R12 24
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 31 #define R12 24
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 42 #define R12 24
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 42 #define R12 24
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 42 #define R12 24
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 42 #define R12 24
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 42 #define R12 24
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 50 R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
58 LIST(R7), LIST(R8), LIST(R9), LIST(R10), LIST(R11), LIST(R12),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 575 Value *R11,*R12;
577 if (decomposeBitTestICmp(RHS, RHSCC, R11, R12, R2)) {
579 A = R11; D = R12;
580 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22) {
581 A = R12; D = R11;
586 } else if (match(R1, m_And(m_Value(R11), m_Value(R12)))) {
588 A = R11; D = R12; E = R2; ok = true
    [all...]

Completed in 683 milliseconds