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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 176 void ARMAssemblerProxy::UMUAL(int cc, int s,
178 mTarget->UMUAL(cc, s, RdLo, RdHi, Rm, Rs);
ARMAssembler.h 99 virtual void UMUAL(int cc, int s,
ARMAssemblerProxy.h 88 virtual void UMUAL(int cc, int s,
ARMAssemblerInterface.h 133 virtual void UMUAL(int cc, int s,
Arm64Assembler.h 107 virtual void UMUAL(int cc, int s,
ARMAssembler.cpp 248 void ARMAssembler::UMUAL(int cc, int s,
251 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
MIPSAssembler.h 99 virtual void UMUAL(int cc, int s,
Arm64Assembler.cpp 538 void ArmToArm64Assembler::UMUAL(int /*cc*/, int /*s*/,
    [all...]
MIPSAssembler.cpp 649 void ArmToMipsAssembler::UMUAL(int cc, int s,
652 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
    [all...]

Completed in 247 milliseconds