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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 86 int Rn, uint32_t offset = immed12_pre(0));
88 int Rn, uint32_t offset = immed12_pre(0));
90 int Rn, uint32_t offset = immed12_pre(0));
92 int Rn, uint32_t offset = immed12_pre(0));
ARMAssemblerProxy.h 76 int Rn, uint32_t offset = immed12_pre(0));
78 int Rn, uint32_t offset = immed12_pre(0));
80 int Rn, uint32_t offset = immed12_pre(0));
82 int Rn, uint32_t offset = immed12_pre(0));
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
ARMAssemblerInterface.h 81 static uint32_t immed12_pre(int32_t immed12, int W=0);
146 int Rn, uint32_t offset = immed12_pre(0)) = 0;
148 int Rn, uint32_t offset = immed12_pre(0)) = 0;
150 int Rn, uint32_t offset = immed12_pre(0)) = 0;
152 int Rn, uint32_t offset = immed12_pre(0)) = 0;
ARMAssemblerInterface.cpp 105 uint32_t ARMAssemblerInterface::immed12_pre(int32_t immed12, int W) function in class:android::ARMAssemblerInterface
GGLAssembler.h 35 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
38 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
134 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1));
blending.cpp 48 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));
GGLAssembler.cpp 265 immed12_pre(GGL_OFFSETOF(ditherMatrix)));
    [all...]
texturing.cpp     [all...]

Completed in 127 milliseconds