HomeSort by relevance Sort by last modified time
    Searched defs:SWP (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 355 void ARMAssembler::SWP(int cc, int Rn, int Rd, int Rm) {
ARMAssemblerProxy.cpp 243 void ARMAssemblerProxy::SWP(int cc, int Rn, int Rd, int Rm) {
244 mTarget->SWP(cc, Rn, Rd, Rm);
Arm64Assembler.cpp 726 void ArmToArm64Assembler::SWP(int /*cc*/, int /*Rn*/, int /*Rd*/, int /*Rm*/)
    [all...]
MIPSAssembler.cpp 1005 void ArmToMipsAssembler::SWP(int cc, int Rn, int Rd, int Rm) {
    [all...]

Completed in 67 milliseconds