HomeSort by relevance Sort by last modified time
    Searched defs:R12 (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
ptrace-abi.h 51 #define R12 24
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 51 #define R12 24
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace-abi.h 31 #define R12 24
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 126 __MINGW_EXTENSION unsigned __int64 R12;
  /cts/tests/sensor/src/android/hardware/cts/
SensorManagerStaticTest.java 104 float [] R1, R12, R2;
111 R12 = mat9VRot(rotv);
112 R2 = mat9Mul(R1, R12); // apply another random rotation
135 float [] RI = mat9Mul(R12rt, R12);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 152 R12
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 152 R12
  /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),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 249 UINT32 R12; // FF34
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 149 UINT64 R12;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 301 UINT64 R12;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 558 - If MBB is an entry or exit block, set SR1 and SR2 to R0 and R12
562 - If the defaults (R0/R12) are available, return true
581 unsigned R12 = Subtarget.isPPC64() ? PPC::X12 : PPC::R12;
589 *SR2 = R12;
592 // If MBB is an entry or exit block, use R0 and R12 as the scratch registers.
613 // Note that we only return here if both R0 and R12 are available because
616 if (!RS.isRegUsed(R0) && !RS.isRegUsed(R12))
752 unsigned TempReg = isPPC64 ? PPC::X12 : PPC::R12; // another scratch reg
753 // ...(R12/X12 is volatile in both Darwin & SVR4, & can't be a function arg.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 626 Value *R11,*R12;
628 if (decomposeBitTestICmp(RHS, RHSCC, R11, R12, R2)) {
630 A = R11; D = R12;
631 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22) {
632 A = R12; D = R11;
638 if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
642 R12 = Constant::getAllOnesValue(R1->getType())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 598 Value *R11,*R12;
600 if (match(R1, m_And(m_Value(R11), m_Value(R12)))) {
602 A = R11; D = R12; E = R2; ok = true;
605 if (R12 != 0 && (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22)) {
606 A = R12; D = R11; E = R2; ok = true;
609 if (!ok && match(R2, m_And(m_Value(R11), m_Value(R12)))) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 75 R12
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 218 R12
553 R12: "R12",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 75 R12
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 218 R12
553 R12: "R12",
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 100 UINT64 R12;
141 UINT32 R12;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 230 UINT64 R12;
301 UINT64 R12;
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 233 UINT64 R12;
304 UINT64 R12;
511 UINT32 R12;
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 522 R12 = 340,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 527 R12 = 340,

Completed in 727 milliseconds

1 2 34 5