OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QSUB
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp
387
void ARMAssembler::
QSUB
(int cc, int Rd, int Rm, int Rn)
ARMAssemblerProxy.cpp
175
void ARMAssemblerProxy::
QSUB
(int cc, int Rd, int Rm, int Rn) {
176
mTarget->
QSUB
(cc, Rd, Rm, Rn);
Completed in 8193 milliseconds