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

  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]
  /external/v8/test/unittests/interpreter/
bytecode-utils.h 35 #define R32(i) U32(REG_OPERAND(i))
  /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,
290 R31 = dDOT44(R1+2,R2+0); R32 = dDOT44(R1+2,R2+1); R33 = dDOT44(R1+2,R2+2);
294 Q31 = btFabs(R31); Q32 = btFabs(R32); Q33 = btFabs(R33);
364 TST(pp[2]*R22-pp[1]*R32,(A[1]*Q32+A[2]*Q22+B[0]*Q13+B[2]*Q11),0,-R32,R22,8);
369 TST(pp[0]*R32-pp[2]*R12,(A[0]*Q32+A[2]*Q12+B[0]*Q23+B[2]*Q21),R32,0,-R12,11);