OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWI
(Results
1 - 9
of
9
) sorted by null
/system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.h
127
virtual void
SWI
(int cc, uint32_t comment);
ARMAssemblerProxy.cpp
249
void ARMAssemblerProxy::
SWI
(int cc, uint32_t comment) {
250
mTarget->
SWI
(cc, comment);
ARMAssembler.h
140
virtual void
SWI
(int cc, uint32_t comment);
ARMAssemblerInterface.h
180
virtual void
SWI
(int cc, uint32_t comment) = 0;
ARMAssembler.cpp
361
void ARMAssembler::
SWI
(int cc, uint32_t comment) {
MIPSAssembler.h
139
virtual void
SWI
(int cc, uint32_t comment);
MIPSAssembler.cpp
1019
void ArmToMipsAssembler::
SWI
(int cc, uint32_t comment) {
[
all
...]
/external/grub/netboot/
sis900.h
43
SWI
= 0x00000080,
/external/llvm/utils/TableGen/
CodeGenSchedule.cpp
284
for (RecIter
SWI
= SWDefs.begin(), SWE = SWDefs.end();
SWI
!= SWE; ++
SWI
) {
285
assert(!getSchedRWIdx(*
SWI
, /*IsRead=*/false) && "duplicate SchedWrite");
286
SchedWrites.push_back(CodeGenSchedRW(SchedWrites.size(), *
SWI
));
[
all
...]
Completed in 173 milliseconds