Searched refs:UMULL (Results 1 - 10 of 10) sorted by relevance

/external/openssl/crypto/bn/asm/
H A Dppc.pl114 $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 r
[all...]
H A Dppc-mont.pl42 $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
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeARM_T2_32.c164 #define UMULL 0xfba00000 macro
1268 return push_inst32(compiler, (op == SLJIT_UMUL ? UMULL : SMULL)
H A DsljitNativeARM_32.c101 #define UMULL 0xe0800090 macro
1836 return push_inst(compiler, (op == SLJIT_UMUL ? UMULL : SMULL)
1843 return push_inst(compiler, (op == SLJIT_UMUL ? UMULL : SMULL)
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2613 ARM::UMULL : ARM::UMULLv5,
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s2712 @ UMULL
H A Dbasic-thumb2-instructions.s3353 @ UMULL
/external/valgrind/main/none/tests/arm/
H A Dv6intARM.stdout.exp529 UMULL
H A Dv6media.stdout.exp22 UMULL
H A Dv6intThumb.stdout.exp[all...]

Completed in 308 milliseconds