Searched defs:immed8_pre (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp559 uint32_t ARMAssembler::immed8_pre(int32_t immed8, int W) function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp135 uint32_t ARMAssemblerProxy::immed8_pre(int32_t immed8, int W) function in class:android::ARMAssemblerProxy
137 return mTarget->immed8_pre(immed8, W);
H A DMIPSAssembler.cpp296 uint32_t ArmToMipsAssembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToMipsAssembler
300 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
898 // work-around for ARM default address mode of immed8_pre(0)
940 // work-around for ARM default address mode of immed8_pre(0)

Completed in 8 milliseconds