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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 114 uint32_t ARMAssemblerInterface::immed12_post(int32_t immed12) function in class:android::ARMAssemblerInterface
load_store.cpp 37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
74 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
103 if (inc) LDRB(AL, s.reg, addr.reg, immed12_post(1));
ARMAssemblerInterface.h 82 static uint32_t immed12_post(int32_t immed12);
GGLAssembler.h 146 mGen.LDR(mGen.AL, reg, mGen.SP, mGen.immed12_post(4));

Completed in 75 milliseconds