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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 228 void ARMAssembler::MLA(int cc, int s,
231 LOG_FATAL_IF(Rd==Rm, "MLA(r%u,r%u,r%u,r%u)", Rd,Rm,Rs,Rn);
ARMAssemblerProxy.cpp 166 void ARMAssemblerProxy::MLA(int cc, int s, int Rd, int Rm, int Rs, int Rn) {
167 mTarget->MLA(cc, s, Rd, Rm, Rs, Rn);
Arm64Assembler.cpp 519 void ArmToArm64Assembler::MLA(int cc, int s,int Rd, int Rm, int Rs, int Rn)
    [all...]
MIPSAssembler.cpp 613 void ArmToMipsAssembler::MLA(int cc, int s,
    [all...]

Completed in 98 milliseconds