OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SMLA
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp
278
void ARMAssemblerProxy::
SMLA
(int cc, int xy, int Rd, int Rm, int Rs, int Rn) {
279
mTarget->
SMLA
(cc, xy, Rd, Rm, Rs, Rn);
ARMAssembler.cpp
414
void ARMAssembler::
SMLA
(int cc, int xy,
MIPSAssembler.cpp
[
all
...]
Completed in 108 milliseconds