Home
last modified time | relevance | path

Searched refs:MM (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib2funcs.c177 #define COUNTLS1(MM) \ argument
178 COUNTLS2 (MM)
180 #define COUNTLS2(MM) \ argument
181 extern int __countls## MM ##2 (int_## MM ##_t); \
182 extern int __clrsb## MM ##2 (int_## MM ##_t); \
185 __countls## MM ##2 (int_## MM ##_t x) \
190 return __clrsb## MM ##2 (x); \
206 #define COUNTLS1(MM) \ argument
207 COUNTLS2 (MM)
209 #define COUNTLS2(MM) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib2funcs.c177 #define COUNTLS1(MM) \ argument
178 COUNTLS2 (MM)
180 #define COUNTLS2(MM) \ argument
181 extern int __countls## MM ##2 (int_## MM ##_t); \
182 extern int __clrsb## MM ##2 (int_## MM ##_t); \
185 __countls## MM ##2 (int_## MM ##_t x) \
190 return __clrsb## MM ##2 (x); \
206 #define COUNTLS1(MM) \ argument
207 COUNTLS2 (MM)
209 #define COUNTLS2(MM) \ argument
[all …]
/netbsd-src/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm153 my $MM = bless {} => 'MY';
181 $root = $MM->catdir(@ns);
185 next unless -e ($archive = $MM->catdir($_,"auto",$root,"$sub$lib_ext"));
187 if(-e ($extra = $MM->catdir($_,"auto",$root,"extralibs.ld"))) {
203 $MM->ext(join ' ',
204 $MM->catdir("-L$Config{archlib}", "CORE"), " -lperl",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp140 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) { in addModuleMacro() local
142 return MM; in addModuleMacro()
145 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides); in addModuleMacro() local
146 ModuleMacros.InsertNode(MM, InsertPos); in addModuleMacro()
159 [](ModuleMacro *MM) { in addModuleMacro() argument
160 return MM->NumOverriddenBy != 0; in addModuleMacro()
166 LeafMacros.push_back(MM); in addModuleMacro()
171 return MM; in addModuleMacro()
212 auto *MM = Worklist.pop_back_val(); in updateModuleMacroInfo() local
213 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule())) { in updateModuleMacroInfo()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-n9-2r1w.md34 ;; MM - Memory Execution
266 ;; produce the loaded data. The result is ready at MM. Because the register
273 ;; consumers. The result is ready at MM. If the base register should be
278 ;; is ready at MM.
281 ;; at MM.
297 ;; MAC instructions do multiplication at EX and do accumulation at MM, but
299 ;; require operands at EX because MM stage cannot be forwarded in 2R1W mode.
304 ;; A post-increment store instruction requires its data at EX because MM
308 ;; because MM cannot be forwarded in 2R1W mode. If the offset field is a
314 ;; words. Each M-th micro-operation requires its data at MM.
H A Dnds32-n9-3r2w.md34 ;; MM - Memory Execution
278 ;; ready at MM.
282 ;; consumers. The result is ready at MM.
285 ;; is ready at MM.
288 ;; at MM.
298 ;; A MAC instruction does multiplication at EX and does accumulation at MM,
299 ;; so the operand Rt is required at MM, and operands Ra and Rb are required
305 ;; A store instruction requires its data at MM.
308 ;; words. Each M-th micro-operation requires its data at MM.
H A Dnds32-n10.md34 ;; MM - Memory Execution
347 ;; ready at MM.
351 ;; consumers. The result is ready at MM.
354 ;; is ready at MM.
357 ;; at MM.
367 ;; A MAC instruction does multiplication at EX and does accumulation at MM,
368 ;; so the operand Rt is required at MM, and operands Ra and Rb are required
374 ;; A store instruction requires its data at MM.
377 ;; words. Each M-th micro-operation requires its data at MM.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.md291 (define_mode_iterator MM [QI HI SI DI SF DF])
293 (define_expand "mov<MM:mode>"
294 [(set (match_operand:MM 0 "general_operand")
295 (match_operand:MM 1 "general_operand"))]
299 if (!register_operand(operands[0], <MM:MODE>mode)
300 && !register_operand(operands[1], <MM:MODE>mode))
301 operands[1] = force_reg (<MM:MODE>mode, operands[1]);
304 (define_insn "*mov<MM:mode>"
305 [(set (match_operand:MM 0 "nonimmediate_operand" "=r, r,r,m,m")
306 (match_operand:MM 1 "mov_src_operand" " m,rI,B,r,I"))]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-n9-2r1w.md34 ;; MM - Memory Execution
266 ;; produce the loaded data. The result is ready at MM. Because the register
273 ;; consumers. The result is ready at MM. If the base register should be
278 ;; is ready at MM.
281 ;; at MM.
297 ;; MAC instructions do multiplication at EX and do accumulation at MM, but
299 ;; require operands at EX because MM stage cannot be forwarded in 2R1W mode.
304 ;; A post-increment store instruction requires its data at EX because MM
308 ;; because MM cannot be forwarded in 2R1W mode. If the offset field is a
314 ;; words. Each M-th micro-operation requires its data at MM.
H A Dnds32-n9-3r2w.md34 ;; MM - Memory Execution
278 ;; ready at MM.
282 ;; consumers. The result is ready at MM.
285 ;; is ready at MM.
288 ;; at MM.
298 ;; A MAC instruction does multiplication at EX and does accumulation at MM,
299 ;; so the operand Rt is required at MM, and operands Ra and Rb are required
305 ;; A store instruction requires its data at MM.
308 ;; words. Each M-th micro-operation requires its data at MM.
H A Dnds32-n10.md34 ;; MM - Memory Execution
347 ;; ready at MM.
351 ;; consumers. The result is ready at MM.
354 ;; is ready at MM.
357 ;; at MM.
367 ;; A MAC instruction does multiplication at EX and does accumulation at MM,
368 ;; so the operand Rt is required at MM, and operands Ra and Rb are required
374 ;; A store instruction requires its data at MM.
377 ;; words. Each M-th micro-operation requires its data at MM.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.md289 (define_mode_iterator MM [QI HI SI DI SF DF])
291 (define_expand "mov<MM:mode>"
292 [(set (match_operand:MM 0 "general_operand")
293 (match_operand:MM 1 "general_operand"))]
297 if (!register_operand(operands[0], <MM:MODE>mode)
298 && !register_operand(operands[1], <MM:MODE>mode))
299 operands[1] = force_reg (<MM:MODE>mode, operands[1]);
302 (define_insn "*mov<MM:mode>"
303 [(set (match_operand:MM 0 "nonimmediate_operand" "=r, r,r,m,m")
304 (match_operand:MM 1 "mov_src_operand" " m,rI,B,r,I"))]
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest016-subref65 $LDAPRSEARCH -S "" -MM -b "$REFDN" -H $URI1 \
75 $LDAPRSEARCH -S "" -MM -b "o=abc,$REFDN" -H $URI1 \
85 $LDAPRSEARCH -S "" -MM -b "uid=xxx,o=abc,$REFDN" -H $URI1 \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.cpp121 template <class T, class U> void setMinMax(std::pair<T, T> &MM, U &&V) { in setMinMax() argument
122 if (MM.first == 0 || MM.second == 0) in setMinMax()
123 MM = std::make_pair(std::forward<U>(V), std::forward<U>(V)); in setMinMax()
125 MM = std::make_pair(std::min(MM.first, V), std::max(MM.second, V)); in setMinMax()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y35 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
36 bfin_gen_dsp32mac (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
39 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
40 bfin_gen_dsp32mult (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
307 if (opa->MM != 0) in check_macfuncs()
317 if (opb->MM != 0) in check_macfuncs()
749 if ($2.MM)
769 $$ = DSP32MAC (op1, $2.MM, $2.mod, w1, $1.P, h01, h11, h00, h10,
789 $$ = DSP32MAC ($1.op, $2.MM, $5.mod, $1.w, $1.P,
1819 if (!IS_H ($1) && $4.MM)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y35 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
36 bfin_gen_dsp32mac (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
39 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
40 bfin_gen_dsp32mult (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
307 if (opa->MM != 0) in check_macfuncs()
317 if (opb->MM != 0) in check_macfuncs()
749 if ($2.MM)
769 $$ = DSP32MAC (op1, $2.MM, $2.mod, w1, $1.P, h01, h11, h00, h10,
789 $$ = DSP32MAC ($1.op, $2.MM, $5.mod, $1.w, $1.P,
1819 if (!IS_H ($1) && $4.MM)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h24 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips() argument
26 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Daes26 # tag CREATED_DATE like YYYY-MM-DD
27 # tag CREATED_TIME like HH:MM:SS
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp508 static bool processMinMaxIntrinsic(MinMaxIntrinsic *MM, LazyValueInfo *LVI) { in processMinMaxIntrinsic() argument
509 CmpInst::Predicate Pred = CmpInst::getNonStrictPredicate(MM->getPredicate()); in processMinMaxIntrinsic()
511 Pred, MM->getLHS(), MM->getRHS(), MM, /*UseBlockValue=*/true); in processMinMaxIntrinsic()
516 MM->replaceAllUsesWith(MM->getOperand(!Result)); in processMinMaxIntrinsic()
517 MM->eraseFromParent(); in processMinMaxIntrinsic()
575 if (auto *MM = dyn_cast<MinMaxIntrinsic>(&CB)) { in processCallSite() local
576 return processMinMaxIntrinsic(MM, LVI); in processCallSite()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp270 SectionMemoryManager::SectionMemoryManager(MemoryMapper *MM) in SectionMemoryManager() argument
271 : MMapper(MM ? *MM : DefaultMMapperInstance) {} in SectionMemoryManager()
/netbsd-src/external/bsd/elftosb/dist/
H A Dmakefile.rules168 $(CC) -MM $(CFLAGS) $< | \
174 $(CC) -MM $(CFLAGS) $< | \
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A DREADME43 Version A.B.C YYYY.MM.DD
52 YYYY.MM.DD: date
/netbsd-src/usr.bin/deroff/
H A Dderoff.c112 #define MM 1 /* -mm */ macro
296 mac = MM; in main()
1223 if (mac == MM) in AU()
1398 if (msflag && mac == MM && c2 == 'L') { in defcomline()
1420 case MM: in defcomline()
1462 if (parag && mac==MM && c1 == 'P' && c2 == '\n') { in comline()
1592 case MM: in buildtab()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp228 for (auto *MM : PP.getLeafModuleMacros(M.first)) { in indexPreprocessorModuleMacros() local
229 auto *OwningMod = MM->getOwningModule(); in indexPreprocessorModuleMacros()
231 if (auto *MI = MM->getMacroInfo()) { in indexPreprocessorModuleMacros()
/netbsd-src/external/bsd/ntp/dist/sntp/
H A Dsntp.texi61 YYYY-MM-DD HH:MM:SS.SUBSEC is the local date and time,

12345678910>>...12