Home
last modified time | relevance | path

Searched refs:immed12_pre (Results 1 – 18 of 18) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dload_store.cpp43 STRB(AL, s.reg, addr.reg, immed12_pre(0)); in store()
45 STRB(AL, s.reg, addr.reg, immed12_pre(1)); in store()
47 STRB(AL, s.reg, addr.reg, immed12_pre(2)); in store()
82 LDRB(AL, s.reg, addr.reg, immed12_pre(0)); // R in load()
83 LDRB(AL, s0, addr.reg, immed12_pre(1)); // G in load()
85 LDRB(AL, s0, addr.reg, immed12_pre(2)); // B in load()
89 LDRB(AL, s1, addr.reg, immed12_pre(0)); // R in load()
90 LDRB(AL, s0, addr.reg, immed12_pre(1)); // G in load()
92 LDRB(AL, s0, addr.reg, immed12_pre(2)); // B in load()
DGGLAssembler.h35 ADDR_LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
38 ADDR_STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
41 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
44 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
144 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1)); in Spill()
DARMAssemblerProxy.cpp112 uint32_t ARMAssemblerProxy::immed12_pre(int32_t immed12, int W) in immed12_pre() function in android::ARMAssemblerProxy
114 return mTarget->immed12_pre(immed12, W); in immed12_pre()
DARMAssembler.h77 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
DARMAssemblerProxy.h66 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
DArm64Assembler.h88 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
DMIPS64Assembler.h80 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
DARMAssemblerInterface.h88 virtual uint32_t immed12_pre(int32_t immed12, int W=0) = 0;
DMIPSAssembler.h75 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
DARMAssembler.cpp513 uint32_t ARMAssembler::immed12_pre(int32_t immed12, int W) in immed12_pre() function in android::ARMAssembler
Dblending.cpp50 immed12_pre(GGL_OFFSETOF(state.fog.color[component]))); in build_fog()
DArm64Assembler.cpp906 uint32_t ArmToArm64Assembler::immed12_pre(int32_t immed12, int W) in immed12_pre() function in android::ArmToArm64Assembler
DGGLAssembler.cpp267 immed12_pre(GGL_OFFSETOF(ditherMatrix))); in scanline_core()
DMIPS64Assembler.cpp245 uint32_t ArmToMips64Assembler::immed12_pre(int32_t immed12, int W) in immed12_pre() function in android::ArmToMips64Assembler
Dtexturing.cpp1198 immed12_pre(GGL_OFFSETOF(state.texture[tmu].env_color[component]))); in blend()
DMIPSAssembler.cpp256 uint32_t ArmToMipsAssembler::immed12_pre(int32_t immed12, int W) in immed12_pre() function in android::ArmToMipsAssembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp513 op2 = a64asm->immed12_pre(test.immValue, test.writeBack); in dataTransferTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp560 op2 = a64asm->immed12_pre(test.immValue, test.writeBack); in dataTransferTest()