HomeSort by relevance Sort by last modified time
    Searched full:immed12_pre (Results 1 - 15 of 15) 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
GGLAssembler.h 35 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));
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 77 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
ARMAssemblerProxy.h 66 virtual uint32_t immed12_pre(int32_t immed12, int W=0);
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...]
ARMAssemblerInterface.h 88 virtual uint32_t immed12_pre(int32_t immed12, int W=0) = 0;
Arm64Assembler.h 88 virtual uint32_t immed12_pre(int32_t immed12, int W=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...]
Arm64Assembler.cpp 907 uint32_t ArmToArm64Assembler::immed12_pre(int32_t immed12, int W) function in class:android::ArmToArm64Assembler
    [all...]
texturing.cpp     [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 560 op2 = a64asm->immed12_pre(test.immValue, test.writeBack);
    [all...]

Completed in 1559 milliseconds