Searched refs:RM (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/external/e2fsprogs/debugfs/
H A DMakefile.in100 $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
114 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
117 $(RM) -f $(DESTDIR)$(man8dir)/$$i; \
121 $(RM) -f $(PROGS) debugfs.8 \#* *.s *.o *.a *~ debug_cmds.c \
126 $(RM) -f debug_cmds.c .depend Makefile $(srcdir)/TAGS \
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c62 #define RM(rm) (reg_map[rm]) macro
263 return push_inst(compiler, BLX | RM(TMP_REG1));
484 inst[1] = BLX | RM(TMP_REG1);
866 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))));
868 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))));
870 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))));
983 return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, (src2 & SRC2_IMM) ? src2 : RM(src2)))
1027 return push_inst(compiler, (op == SLJIT_MOV_UB ? UXTB : SXTB) | RD(dst) | RM(src2));
1046 return push_inst(compiler, (op == SLJIT_MOV_UH ? UXTH : SXTH) | RD(dst) | RM(src2));
1063 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MVN_DP, dst, SLJIT_UNUSED, RM(src
[all...]
/external/compiler-rt/
H A DMakefile99 $(Verb) $(RM) -r $*
157 -$(Verb) $(RM) $$@
208 -$(Verb) $(RM) $$@
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp46 if (RecordMatcher *RM = dyn_cast<RecordMatcher>(MC->getNext()))
48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),
49 RM->getResultNo());
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A DMakefile17 RM=rm macro
/external/llvm/include/llvm/Target/
H A DTargetMachine.h272 Reloc::Model RM, CodeModel::Model CM,
/external/llvm/tools/llvm-shlib/
H A DMakefile114 $(Verb) $(RM) -f $(ToolDir)/libstdc++.dll.a
/external/mesa3d/src/glx/apple/
H A DMakefile17 RM=rm macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile79 RM = rm -f macro
668 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)
729 $(RM) TAGS
733 $(RM) tags
737 $(RM) cscope*
808 $(RM) $(LIB_OBJS) $(BUILTIN_OBJS) $(LIB_FILE) $(OUTPUT)perf-archive $(OUTPUT)perf.o $(LANG_BINDINGS)
809 $(RM) $(ALL_PROGRAMS) perf
810 $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope*
812 $(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAGS
813 $(RM)
[all...]
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h379 RM = 2 << 22, // Round towards Minus Infinity. enumerator in enum:v8::internal::VFPRoundingMode
385 kRoundToMinusInf = RM,
/external/e2fsprogs/ext2ed/
H A DMakefile.in69 $(RM) -f ext2ed $(OBJS) $(DOCS) ext2ed.conf ext2ed.8
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk186 RM := $(OSHELPERS) rm macro
191 RM := @$(OSHELPERS) rm macro
256 $(RM) -f $(TARGET).nmf
257 $(RM) -rf $(OUTDIR)
258 $(RM) -rf user-data-dir
H A Dhost_gcc.mk101 $(RM) -f $$@
H A Dnacl_gcc.mk296 $(RM) -f $$@
303 $(RM) -f $$@
311 $(RM) -f $$@
326 $(RM) -f $$@
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp874 LiveRangeEdit::Remat RM(ParentVNI);
877 RM.OrigMI = SibI->second.DefMI;
878 if (!Edit->canRematerializeAt(RM, UseIdx, false)) {
897 if (RM.OrigMI->canFoldAsLoad() &&
898 foldMemoryOperand(Ops, RM.OrigMI)) {
899 Edit->markRematerialized(RM.ParentVNI);
908 SlotIndex DefIdx = Edit->rematerializeAt(*MI->getParent(), MI, NewVReg, RM,
/external/e2fsprogs/e2fsck/
H A DMakefile.in231 $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
238 $(RM) -f $(DESTDIR)$(man5dir)/$$i.$$j; \
257 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
259 $(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
264 $(RM) -f $(DESTDIR)$(man8dir)/$$i; \
267 $(RM) -f $(DESTDIR)$(man5dir)/$$i; \
269 $(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
275 $(RM) -f $(PROGS) \#* *\# *.s *.o *.a *~ core e2fsck.static \
280 $(RM) -rf profiled
284 $(RM)
[all...]
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m4134 : ${RM="rm -f"}
681 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
682 $RM "$cfgfile"
748 RM='$RM'
874 $RM conftest*
888 $RM -r conftest*
1435 $RM conftest*
1478 $RM -r conftest*
1865 $RM
[all...]
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h195 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp134 case NVPTX::PTXCvtMode::RM:
/external/valgrind/main/none/tests/arm/
H A Dvfp.c134 #define TESTINSN_vmov_2single_2core(instruction, SD1, SD2, RN, RM, RNval, RMval) \
138 printf("\t\t\t "#RN" 0x%08x "#RM" 0x%08x\n", RNval, RMval); \
141 "mov " #RM ", %2\n\t" \
148 : #SD1, #SD2, #RN, #RM, "memory" \
154 #define TESTINSN_vmov_double_2core(instruction, DD, RN, RM, RNval, RMval) \
158 printf(#RN" 0x%08x "#RM" 0x%08x\t", RNval, RMval); \
161 "mov " #RM ", %2\n\t" \
167 : #DD, #RN, #RM, "memory" \
368 #define TESTINSN_vstr64(instruction, DD, DDval, RM, RMval, imm) \
375 "mov " #RM ", #
[all...]
/external/fdlibm/
H A Dconfigure277 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT AR CHMOD CP RANLIB RM LIBOBJS LTLIBOBJS'
2362 case $RM in
2364 ac_cv_path_RM="$RM" # Let the user override the test with a path.
2384 RM=$ac_cv_path_RM
2386 if test -n "$RM"; then
2387 echo "$as_me:$LINENO: result: $RM" >&5
2388 echo "${ECHO_T}$RM" >&6
2394 test -n "$RM" && break
3044 s,@RM@,$RM,;
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure5794 : ${RM="rm -f"}
8676 $RM conftest*
8682 $RM -r conftest*
8728 $RM conftest*
9067 $RM conftest*
9118 $RM -r conftest*
9143 $RM -r conftest 2>/dev/null
9174 $RM conftest*
9177 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9178 $RM ou
[all...]
/external/openfst/
H A Dconfigure5146 : ${RM="rm -f"}
8223 $RM conftest*
8229 $RM -r conftest*
8280 $RM conftest*
8657 $RM conftest*
8713 $RM -r conftest*
8738 $RM -r conftest 2>/dev/null
8769 $RM conftest*
8772 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8773 $RM ou
[all...]
/external/pcre/dist/
H A Dconfigure7327 : ${RM="rm -f"}
10157 $RM conftest*
10163 $RM -r conftest*
10214 $RM conftest*
10591 $RM conftest*
10647 $RM -r conftest*
10672 $RM -r conftest 2>/dev/null
10703 $RM conftest*
10706 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10707 $RM ou
[all...]
/external/protobuf/gtest/
H A Dconfigure5058 : ${RM="rm -f"}
8165 $RM conftest*
8171 $RM -r conftest*
8218 $RM conftest*
8595 $RM conftest*
8651 $RM -r conftest*
8676 $RM -r conftest 2>/dev/null
8707 $RM conftest*
8710 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8711 $RM ou
[all...]

Completed in 802 milliseconds

1234567891011>>