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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.h 126 virtual void SWPB(int cc, int Rn, int Rd, int Rm);
ARMAssemblerProxy.cpp 246 void ARMAssemblerProxy::SWPB(int cc, int Rn, int Rd, int Rm) {
247 mTarget->SWPB(cc, Rn, Rd, Rm);
ARMAssembler.h 139 virtual void SWPB(int cc, int Rn, int Rd, int Rm);
ARMAssemblerInterface.h 179 virtual void SWPB(int cc, int Rn, int Rd, int Rm) = 0;
ARMAssembler.cpp 358 void ARMAssembler::SWPB(int cc, int Rn, int Rd, int Rm) {
MIPSAssembler.h 138 virtual void SWPB(int cc, int Rn, int Rd, int Rm);
MIPSAssembler.cpp 1012 void ArmToMipsAssembler::SWPB(int cc, int Rn, int Rd, int Rm) {
    [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]

Completed in 123 milliseconds