HomeSort by relevance Sort by last modified time
    Searched defs:R11 (Results 51 - 62 of 62) sorted by null

1 23

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btBoxBoxDetector.cpp 271 btScalar A[3],B[3],R11,R12,R13,R21,R22,R23,R31,R32,R33,
288 R11 = dDOT44(R1+0,R2+0); R12 = dDOT44(R1+0,R2+1); R13 = dDOT44(R1+0,R2+2);
292 Q11 = btFabs(R11); Q12 = btFabs(R12); Q13 = btFabs(R13);
368 TST(pp[0]*R31-pp[2]*R11,(A[0]*Q31+A[2]*Q11+B[1]*Q23+B[2]*Q22),R31,0,-R11,10);
373 TST(pp[1]*R11-pp[0]*R21,(A[0]*Q21+A[1]*Q11+B[1]*Q33+B[2]*Q32),-R21,R11,0,13);
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
inst.go 151 R11
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
inst.go 151 R11
  /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 638 Value *R11,*R12;
640 if (decomposeBitTestICmp(RHS, RHSCC, R11, R12, R2)) {
641 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
642 A = R11; D = R12;
644 A = R12; D = R11;
650 if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
653 R11 = R1
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 215 R11
550 R11: "R11",
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 215 R11
550 R11: "R11",
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 415 R11 = 339,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 476 milliseconds

1 23