OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMULL
(Results
1 - 6
of
6
) sorted by null
/external/openssl/crypto/bn/asm/
ppc.pl
114
$
UMULL
= "mullw"; # unsigned multiply low
138
$
UMULL
= "mulld"; # unsigned multiply low
378
$
UMULL
r9,r5,r5
387
$
UMULL
r7,r5,r6
401
$
UMULL
r7,r6,r6
408
$
UMULL
r7,r5,r6
421
$
UMULL
r7,r5,r6
433
$
UMULL
r7,r5,r6
444
$
UMULL
r7,r6,r6
451
$
UMULL
r7,r5,r
[
all
...]
/system/core/libpixelflinger/codeflinger/
ARMAssembler.h
67
virtual void
UMULL
(int cc, int s,
ARMAssemblerProxy.h
57
virtual void
UMULL
(int cc, int s,
ARMAssemblerProxy.cpp
81
void ARMAssemblerProxy::
UMULL
(int cc, int s,
83
mTarget->
UMULL
(cc, s, RdLo, RdHi, Rm, Rs);
ARMAssembler.cpp
236
void ARMAssembler::
UMULL
(int cc, int s,
239
"
UMULL
(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerInterface.h
123
virtual void
UMULL
(int cc, int s,
Completed in 61 milliseconds