Searched refs:immed8_pre (Results 1 - 13 of 13) sorted by relevance

/system/core/libpixelflinger/codeflinger/
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 DARMAssembler.h84 virtual uint32_t immed8_pre(int32_t immed8, int W=0);
H A DARMAssemblerProxy.h73 virtual uint32_t immed8_pre(int32_t immed8, int W=0);
H A DArm64Assembler.h92 virtual uint32_t immed8_pre(int32_t immed8, int W=0);
H A DMIPS64Assembler.h87 virtual uint32_t immed8_pre(int32_t immed8, int W=0);
H A DARMAssembler.cpp545 uint32_t ARMAssembler::immed8_pre(int32_t immed8, int W) function in class:android::ARMAssembler
H A DARMAssemblerInterface.h95 virtual uint32_t immed8_pre(int32_t immed8, int W=0) = 0;
H A DMIPSAssembler.h82 virtual uint32_t immed8_pre(int32_t immed8, int W=0);
H A DArm64Assembler.cpp945 uint32_t ArmToArm64Assembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToArm64Assembler
H A DMIPS64Assembler.cpp282 uint32_t ArmToMips64Assembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToMips64Assembler
284 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
883 // work-around for ARM default address mode of immed8_pre(0)
925 // work-around for ARM default address mode of immed8_pre(0)
H A DMIPSAssembler.cpp291 uint32_t ArmToMipsAssembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToMipsAssembler
295 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
893 // work-around for ARM default address mode of immed8_pre(0)
935 // work-around for ARM default address mode of immed8_pre(0)
/system/core/libpixelflinger/tests/arch-mips64/assembler/
H A Dmips64_assembler_test.cpp521 op2 = a64asm->immed8_pre(test.immValue, test.writeBack);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp568 op2 = a64asm->immed8_pre(test.immValue, test.writeBack);

Completed in 24 milliseconds