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

  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 43 const AMDGPUSubtarget &STM = TM.getSubtarget<AMDGPUSubtarget>();
44 if (STM.dumpCode()) {
54 if (STM.device()->getGeneration() > AMDGPUDeviceInfo::HD6XXX) {
AMDILISelLowering.cpp 91 const AMDGPUSubtarget &STM = getTargetMachine().getSubtarget<AMDGPUSubtarget>();
161 if (STM.device()->isSupported(AMDGPUDeviceInfo::LongOps)) {
175 if (STM.device()->isSupported(AMDGPUDeviceInfo::DoubleOps)) {
  /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...]

Completed in 639 milliseconds