Searched defs:reg_scale_post (Results 1 - 3 of 3) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp553 uint32_t ARMAssembler::reg_scale_post(int Rm, int type, uint32_t shift) function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp127 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);
H A DMIPSAssembler.cpp289 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");

Completed in 7 milliseconds