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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp545 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 DMIPS64Assembler.cpp285 uint32_t ArmToMips64Assembler::immed8_pre(int32_t immed8, int W __unused) function in class:android::ArmToMips64Assembler
287 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
880 // work-around for ARM default address mode of immed8_pre(0)
924 // work-around for ARM default address mode of immed8_pre(0)
H A DArm64Assembler.cpp945 uint32_t ArmToArm64Assembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp296 uint32_t ArmToMipsAssembler::immed8_pre(int32_t immed8, int W __unused) function in class:android::ArmToMipsAssembler
300 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
892 // work-around for ARM default address mode of immed8_pre(0)
936 // work-around for ARM default address mode of immed8_pre(0)

Completed in 41 milliseconds