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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 112 uint32_t ARMAssemblerProxy::immed12_pre(int32_t immed12, int W) function in class:android::ARMAssemblerProxy
114 return mTarget->immed12_pre(immed12, W);
ARMAssembler.cpp 527 uint32_t ARMAssembler::immed12_pre(int32_t immed12, int W) function in class:android::ARMAssembler
MIPSAssembler.cpp 257 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)
    [all...]

Completed in 914 milliseconds