OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UMUAL
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp
243
void ARMAssembler::
UMUAL
(int cc, int s,
246
"
UMUAL
(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerProxy.cpp
85
void ARMAssemblerProxy::
UMUAL
(int cc, int s,
87
mTarget->
UMUAL
(cc, s, RdLo, RdHi, Rm, Rs);
Completed in 23 milliseconds