/external/llvm/tools/llvmc/doc/ |
Makefile | 16 RM=rm 33 $(RM) LLVMC-Tutorial.html LLVMC-Reference.html
|
/external/libpng/contrib/pngminim/decoder/ |
makefile | 8 RM=rm -f 40 $(RM) pngm2pnm$(O) 41 $(RM) pngm2pnm$(E) 42 $(RM) $(OBJS)
|
/external/libpng/contrib/pngminim/encoder/ |
makefile | 8 RM=rm -f 39 $(RM) pnm2pngm$(O) 40 $(RM) pnm2pngm$(E) 41 $(RM) $(OBJS)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BuiltinFunctionChecker.cpp | 58 MemRegionManager& RM = C.getStoreManager().getRegionManager(); 60 RM.getAllocaRegion(CE, C.getNodeBuilder().getCurrentBlockCount(),
|
/external/libpng/contrib/pngminim/preader/ |
makefile | 8 RM=rm -f 56 $(RM) rpng2-x$(O) 57 $(RM) rpng2-x$(E) 58 $(RM) $(OBJS)
|
/hardware/ti/omap4xxx/domx/make/ |
start.mk | 81 RM = rm $(1) 83 RMDIR = rm -r $(1)
|
/frameworks/compile/slang/ |
slang_backend.cpp | 136 llvm::Reloc::Model RM = llvm::Reloc::Static; 162 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr, RM);
|
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 281 llvm::Reloc::Model RM = llvm::Reloc::Default; 283 RM = llvm::Reloc::Static; 285 RM = llvm::Reloc::PIC_; 289 RM = llvm::Reloc::DynamicNoPIC; 293 FeaturesStr, RM);
|
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 471 RegionStoreManager &RM; 480 ClusterAnalysis(RegionStoreManager &rm, GRStateManager &StateMgr, 482 : RM(rm), Ctx(StateMgr.getContext()), 592 invalidateRegionsWorker(RegionStoreManager &rm, 599 : ClusterAnalysis<invalidateRegionsWorker>(rm, stateMgr, b, includeGlobals), 642 if (const SVal *V = RM.lookup(B, K)) 645 B = RM.removeBinding(B, K); 677 B = RM.addBinding(B, baseR, BindingKey::Default, V); 693 B = RM.addBinding(B, baseR, BindingKey::Default, V) [all...] |
/external/v8/src/arm/ |
constants-arm.h | 411 RM = 2 << 22, // Round towards Minus Infinity. 417 kRoundToMinusInf = RM, 462 // blxcc rm
|
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMAssembler.h | 435 void mul_r(int rd, int rn, int rm, Condition cc = AL) 437 m_buffer.putInt(static_cast<ARMWord>(cc) | MUL | RN(rd) | RS(rn) | RM(rm)); 440 void muls_r(int rd, int rn, int rm, Condition cc = AL) 442 m_buffer.putInt(static_cast<ARMWord>(cc) | MUL | SET_CC | RN(rd) | RS(rn) | RM(rm)); 445 void mull_r(int rdhi, int rdlo, int rn, int rm, Condition cc = AL) 447 m_buffer.putInt(static_cast<ARMWord>(cc) | MULL | RN(rdhi) | RD(rdlo) | RS(rn) | RM(rm)); 495 void dtr_ur(bool isLoad, int rd, int rb, int rm, Condition cc = AL 497 emitInst(static_cast<ARMWord>(cc) | DTR | (isLoad ? DT_LOAD : 0) | DT_UP | OP2_OFSREG, rd, rb, rm); local 512 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_UP | DT_PRE, rd, rn, rm); local 527 emitInst(static_cast<ARMWord>(cc) | STRH | HDT_UH | DT_UP | DT_PRE, rd, rn, rm); local [all...] |