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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 127 uint32_t ARMAssemblerProxy::reg_scale_post(int Rm, int type, uint32_t shift) function in class:android::ARMAssemblerProxy
129 return mTarget->reg_scale_post(Rm, type, shift);
ARMAssembler.cpp 553 uint32_t ARMAssembler::reg_scale_post(int Rm, int type, uint32_t shift) function in class:android::ARMAssembler
MIPSAssembler.cpp 289 uint32_t ArmToMipsAssembler::reg_scale_post(int Rm, int type, uint32_t shift) function in class:android::ArmToMipsAssembler
291 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n");
    [all...]

Completed in 111 milliseconds