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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp527 uint32_t ARMAssembler::immed12_pre(int32_t immed12, int W) function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp112 uint32_t ARMAssemblerProxy::immed12_pre(int32_t immed12, int W) function in class:android::ARMAssemblerProxy
114 return mTarget->immed12_pre(immed12, W);
H A DArm64Assembler.cpp907 uint32_t ArmToArm64Assembler::immed12_pre(int32_t immed12, int W) function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp257 uint32_t ArmToMipsAssembler::immed12_pre(int32_t immed12, int W) function in class:android::ArmToMipsAssembler
771 // work-around for ARM default address mode of immed12_pre(0)
805 // work-around for ARM default address mode of immed12_pre(0)
834 // work-around for ARM default address mode of immed12_pre(0)
870 // work-around for ARM default address mode of immed12_pre(0)

Completed in 1421 milliseconds