Searched defs:immed12_pre (Results 1 - 3 of 3) sorted by last modified time

/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 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 133 milliseconds