Searched defs:reg_scale_post (Results 1 - 4 of 4) sorted by relevance

/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 DArm64Assembler.cpp940 uint32_t ArmToArm64Assembler::reg_scale_post(int /*Rm*/, int /*type*/, uint32_t /*shift*/) function in class:android::ArmToArm64Assembler
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 267 milliseconds