Searched defs:reg_pre (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp569 uint32_t ARMAssembler::reg_pre(int Rm, int W) function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp145 uint32_t ARMAssemblerProxy::reg_pre(int Rm, int W) function in class:android::ARMAssemblerProxy
147 return mTarget->reg_pre(Rm, W);
H A DMIPS64Assembler.cpp304 uint32_t ArmToMips64Assembler::reg_pre(int Rm, int W) function in class:android::ArmToMips64Assembler
306 LOG_ALWAYS_FATAL_IF(W, "reg_pre writeback not yet implemented");
H A DArm64Assembler.cpp963 uint32_t ArmToArm64Assembler::reg_pre(int Rm, int W) function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp319 uint32_t ArmToMipsAssembler::reg_pre(int Rm, int W) function in class:android::ArmToMipsAssembler
321 LOG_ALWAYS_FATAL_IF(W, "reg_pre writeback not yet implemented");

Completed in 42 milliseconds