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

  /system/core/libpixelflinger/codeflinger/
load_store.cpp 43 STRB(AL, s.reg, addr.reg, immed12_pre(0));
45 STRB(AL, s.reg, addr.reg, immed12_pre(1));
47 STRB(AL, s.reg, addr.reg, immed12_pre(2));
82 LDRB(AL, s.reg, addr.reg, immed12_pre(0)); // R
83 LDRB(AL, s0, addr.reg, immed12_pre(1)); // G
85 LDRB(AL, s0, addr.reg, immed12_pre(2)); // B
89 LDRB(AL, s1, addr.reg, immed12_pre(0)); // R
90 LDRB(AL, s0, addr.reg, immed12_pre(1)); // G
92 LDRB(AL, s0, addr.reg, immed12_pre(2)); // B
ARMAssemblerProxy.h 66 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
GGLAssembler.h 35 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
38 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
138 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1));
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.h 78 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
ARMAssemblerInterface.h 88 virtual uint32_t immed12_pre(int32_t immed12, int W=0) = 0;
ARMAssembler.cpp 527 uint32_t ARMAssembler::immed12_pre(int32_t immed12, int W) function in class:android::ARMAssembler
MIPSAssembler.h 75 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
blending.cpp 48 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));
GGLAssembler.cpp 268 immed12_pre(GGL_OFFSETOF(ditherMatrix)));
    [all...]
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...]
texturing.cpp     [all...]

Completed in 6376 milliseconds