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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 248 void ARMAssembler::UMUAL(int cc, int s,
251 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerProxy.cpp 176 void ARMAssemblerProxy::UMUAL(int cc, int s,
178 mTarget->UMUAL(cc, s, RdLo, RdHi, Rm, Rs);
MIPS64Assembler.cpp 641 void ArmToMips64Assembler::UMUAL(int cc, int s,
644 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
    [all...]
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 334 milliseconds