HomeSort by relevance Sort by last modified time
    Searched defs:RM (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp     [all...]
  /external/mesa3d/src/glx/apple/
Makefile 17 RM=rm
104 rm -f depend
124 -rm -f *.o *.a *~
125 -rm -f *.c~ *.h~
126 -rm -f *.dylib
127 -rm -f include/GL/gl.h
128 -rm -f $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB)
129 -rm -f *.o *~
130 -rm -f depend depend.ba
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 60 MemRegionManager& RM = C.getStoreManager().getRegionManager();
62 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext());
  /prebuilts/go/darwin-x86/src/runtime/
vlop_arm.s 116 #define RM R3
123 MOVW $fast_udiv_tab<>-64(SB), RM
124 ADD.NE Ra>>25, RM, Ra // index by most significant 7 bits of divisor
128 RSB $0, Rq, RM // M = -q
132 MUL.PL RM, Rq, Ra // a = -q*d
135 TEQ RM->1, RM // check for d=0 or d=1
138 MUL.NE RM, Rq, Ra
145 ADD RM, Rr, Rr // r = n - d
146 MULA RM, Rq, Rr, Rr // r = n - (q+1)*
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
vlop_arm.s 116 #define RM R3
123 MOVW $fast_udiv_tab<>-64(SB), RM
124 ADD.NE Ra>>25, RM, Ra // index by most significant 7 bits of divisor
128 RSB $0, Rq, RM // M = -q
132 MUL.PL RM, Rq, Ra // a = -q*d
135 TEQ RM->1, RM // check for d=0 or d=1
138 MUL.NE RM, Rq, Ra
145 ADD RM, Rr, Rr // r = n - d
146 MULA RM, Rq, Rr, Rr // r = n - (q+1)*
    [all...]
  /hardware/ti/omap4-aah/domx/make/
start.mk 81 RM = rm $(1)
83 RMDIR = rm -r $(1)
  /hardware/ti/omap4xxx/domx/make/
start.mk 81 RM = rm $(1)
83 RMDIR = rm -r $(1)
  /external/libpng/contrib/pngminim/decoder/
makefile 14 RM=rm -f
102 $(RM) pnglibconf.h pnglibconf.dfn
110 $(RM) pngm2pnm$(O)
111 $(RM) pngm2pnm$(E)
112 $(RM) $(OBJS)
116 $(RM) -r scripts # historical reasons
117 $(RM) $(PNGSRCS) $(PNGH)
118 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
119 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS
    [all...]
  /external/libpng/contrib/pngminim/encoder/
makefile 14 RM=rm -f
101 $(RM) pnglibconf.h pnglibconf.dfn
109 $(RM) pnm2pngm$(O)
110 $(RM) pnm2pngm$(E)
111 $(RM) $(OBJS)
115 $(RM) -r scripts # historical reasons
116 $(RM) $(PNGSRCS) $(PNGH)
117 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
118 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS
    [all...]
  /external/libpng/contrib/pngminim/preader/
makefile 14 RM=rm -f
117 $(RM) pnglibconf.h pnglibconf.dfn
125 $(RM) rpng2-x$(O)
126 $(RM) rpng2-x$(E)
127 $(RM) $(OBJS)
131 $(RM) -r scripts # historical reasons
132 $(RM) $(PNGSRCS) $(PNGH)
133 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
134 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS
    [all...]
  /external/llvm/lib/Target/
TargetMachineC.cpp 117 Reloc::Model RM;
120 RM = Reloc::Static;
123 RM = Reloc::PIC_;
126 RM = Reloc::DynamicNoPIC;
129 RM = Reloc::Default;
152 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM,
  /external/mdnsresponder/mDNSPosix/
Makefile 62 RM = rm
228 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi
229 @if test -d $(BUILDDIR) ; then rm -r $(BUILDDIR) ; fi
380 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi
381 @if test -f $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; then $(RM) $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; fi
382 @if test -f $(BUILDDIR)/dns_sd.jar ; then $(RM) $(BUILDDIR)/dns_sd.jar ; fi
  /toolchain/binutils/binutils-2.25/opcodes/
mcore-opc.h 27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2,
62 { "ldm", RM, 0, 0x0060 },
63 { "stm", RM, 0, 0x0070 },
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224R1FieldElement.java 197 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t)
229 RM(nc, d0, e0, d1, e1, f1, t);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 482 llvm::Reloc::Model RM = llvm::Reloc::Default;
484 RM = llvm::Reloc::Static;
486 RM = llvm::Reloc::PIC_;
490 RM = llvm::Reloc::DynamicNoPIC;
582 RM, CM, OptLevel);
  /external/clang/tools/driver/
cc1as_main.cpp 329 llvm::Reloc::Model RM = llvm::Reloc::Default;
331 RM = llvm::Reloc::Static;
333 RM = llvm::Reloc::PIC_;
337 RM = llvm::Reloc::DynamicNoPIC;
340 MOFI->InitMCObjectFileInfo(Triple(Opts.Triple), RM,
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 131 RM,
  /frameworks/compile/slang/
slang_backend.cpp 148 llvm::Reloc::Model RM = llvm::Reloc::Static;
177 Options, RM, CM);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 706 Reloc::Model RM = TM.getRelocationModel();
711 if (RM == Reloc::Static && !ABI.IsN64())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 647 RegionStoreManager &RM;
667 ClusterAnalysis(RegionStoreManager &rm, ProgramStateManager &StateMgr,
669 : RM(rm), Ctx(StateMgr.getContext()),
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_32.c 62 #define RM(rm) (reg_map[rm])
263 return push_inst(compiler, BLX | RM(TMP_REG1));
486 inst[1] = BLX | RM(TMP_REG1);
860 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))));
862 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))));
864 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))));
970 return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, (src2 & SRC2_IMM) ? src2 : RM(src2)))
    [all...]
sljitNativeARM_64.c 55 #define RM(rm) (reg_map[rm] << 16)
669 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2));
695 return push_inst(compiler, (ORR ^ (1 << 31)) | RD(dst) | RN(TMP_ZERO) | RM(arg2));
704 FAIL_IF(push_inst(compiler, (ORN ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2)));
710 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2));
717 return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2));
720 return push_inst(compiler, (ADC ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2));
723 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/v8/src/arm/
constants-arm.h 391 RM = 2 << 22, // Round towards Minus Infinity.
397 kRoundToMinusInf = RM,

Completed in 1421 milliseconds

1 2