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

  /external/openssl/crypto/bn/asm/
ppc.pl 114 $UMULL= "mullw"; # unsigned multiply low
138 $UMULL= "mulld"; # unsigned multiply low
288 $UMULL r9,r5,r5
297 $UMULL r7,r5,r6
311 $UMULL r7,r6,r6
318 $UMULL r7,r5,r6
331 $UMULL r7,r5,r6
343 $UMULL r7,r5,r6
354 $UMULL r7,r6,r6
361 $UMULL r7,r5,r
    [all...]
ppc-mont.pl 42 $UMULL= "mullw"; # unsigned multiply low
62 $UMULL= "mulld"; # unsigned multiply low
155 $UMULL $lo0,$aj,$m0 ; ap[0]*bp[0]
161 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
163 $UMULL $alo,$aj,$m0 ; ap[1]*bp[0]
166 $UMULL $lo1,$nj,$m1 ; np[0]*m1
172 $UMULL $nlo,$nj,$m1 ; np[1]*m1
183 $UMULL $alo,$aj,$m0 ; ap[j]*bp[0]
187 $UMULL $nlo,$nj,$m1 ; np[j]*m1
219 $UMULL $lo0,$aj,$m0 ; ap[0]*bp[i
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.h 86 virtual void UMULL(int cc, int s,
ARMAssemblerProxy.cpp 172 void ARMAssemblerProxy::UMULL(int cc, int s,
174 mTarget->UMULL(cc, s, RdLo, RdHi, Rm, Rs);
ARMAssembler.h 97 virtual void UMULL(int cc, int s,
ARMAssemblerInterface.h 131 virtual void UMULL(int cc, int s,
ARMAssembler.cpp 241 void ARMAssembler::UMULL(int cc, int s,
244 "UMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
MIPSAssembler.h 97 virtual void UMULL(int cc, int s,
MIPSAssembler.cpp 636 void ArmToMipsAssembler::UMULL(int cc, int s,
645 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
661 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
    [all...]
  /external/valgrind/main/none/tests/arm/
v6intARM.stdout.exp     [all...]
v6media.stdout.exp 22 UMULL
23 umull r0, r1, r2, r3 :: rd 0x00000000 rd2 0x00000000, rm 0x00000000 rs 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
24 umull r0, r1, r2, r3 :: rd 0x00000000 rd2 0x00000000, rm 0x00000000 rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
25 umull r0, r1, r2, r3 :: rd 0x00000000 rd2 0x00000000, rm 0x00000001 rs 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
26 umull r0, r1, r2, r3 :: rd 0x00000001 rd2 0x00000000, rm 0x00000001 rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
27 umull r0, r1, r2, r3 :: rd 0xfffe0001 rd2 0x00000000, rm 0x0000ffff rs 0x0000ffff, carryin 0, cpsr 0x00000000 ge[3:0]=0000
28 umull r0, r1, r2, r3 :: rd 0x00000001 rd2 0xfffffffe, rm 0xffffffff rs 0xffffffff, carryin 0, cpsr 0x00000000 ge[3:0]=0000
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]

Completed in 4388 milliseconds