Searched refs:SWI (Results 1 – 11 of 11) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 249 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { in SWI() function in android::ARMAssemblerProxy 250 mTarget->SWI(cc, comment); in SWI()
|
D | ARMAssembler.h | 140 virtual void SWI(int cc, uint32_t comment);
|
D | ARMAssemblerProxy.h | 127 virtual void SWI(int cc, uint32_t comment);
|
D | Arm64Assembler.h | 157 virtual void SWI(int cc, uint32_t comment);
|
D | MIPS64Assembler.h | 144 virtual void SWI(int cc, uint32_t comment);
|
D | ARMAssemblerInterface.h | 181 virtual void SWI(int cc, uint32_t comment) = 0;
|
D | MIPSAssembler.h | 139 virtual void SWI(int cc, uint32_t comment);
|
D | ARMAssembler.cpp | 347 void ARMAssembler::SWI(int cc, uint32_t comment) { in SWI() function in android::ARMAssembler
|
D | Arm64Assembler.cpp | 733 void ArmToArm64Assembler::SWI(int /*cc*/, uint32_t /*comment*/) in SWI() function in android::ArmToArm64Assembler
|
D | MIPS64Assembler.cpp | 1005 void ArmToMips64Assembler::SWI(int cc __unused, uint32_t comment __unused) { in SWI() function in android::ArmToMips64Assembler
|
D | MIPSAssembler.cpp | 1017 void ArmToMipsAssembler::SWI(int cc __unused, uint32_t comment __unused) { in SWI() function in android::ArmToMipsAssembler
|