Searched defs:reg_scale_pre (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp545 uint32_t ARMAssembler::reg_scale_pre(int Rm, int type, function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp122 uint32_t ARMAssemblerProxy::reg_scale_pre(int Rm, int type, uint32_t shift, int W) function in class:android::ARMAssemblerProxy
124 return mTarget->reg_scale_pre(Rm, type, shift, W);
H A DMIPSAssembler.cpp277 uint32_t ArmToMipsAssembler::reg_scale_pre(int Rm, int type, function in class:android::ArmToMipsAssembler
280 LOG_ALWAYS_FATAL_IF(W | type | shift, "reg_scale_pre adv modes not yet implemented");

Completed in 58 milliseconds