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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 239 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) {
240 mTarget->STM(cc, dir, Rn, W, reg_list);
ARMAssembler.cpp 141 STM(AL, FD, SP, 1, LSAVED);
151 STM(AL, FD, SP, 1, touched | LLR);
340 void ARMAssembler::STM(int cc, int dir,
MIPSAssembler.cpp 985 void ArmToMipsAssembler::STM(int cc, int dir,
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 421 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap);
422 StructLayout *&SL = (*STM)[Ty];

Completed in 22 milliseconds