HomeSort by relevance Sort by last modified time
    Searched refs:SWI (Results 1 - 11 of 11) sorted by null

  /system/core/libpixelflinger/codeflinger/
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);
ARMAssemblerProxy.h 127 virtual void SWI(int cc, uint32_t comment);
ARMAssemblerInterface.h 180 virtual void SWI(int cc, uint32_t comment) = 0;
Arm64Assembler.h 157 virtual void SWI(int cc, uint32_t comment);
ARMAssembler.cpp 361 void ARMAssembler::SWI(int cc, uint32_t comment) {
MIPSAssembler.h 139 virtual void SWI(int cc, uint32_t comment);
Arm64Assembler.cpp 734 void ArmToArm64Assembler::SWI(int /*cc*/, uint32_t /*comment*/)
    [all...]
MIPSAssembler.cpp 1019 void ArmToMipsAssembler::SWI(int cc, uint32_t comment) {
    [all...]
  /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...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 931 milliseconds