Searched refs:_M (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/share/mk/
H A Dbsd.lua.mk95 .for _M in ${LUA_MODULES}
96 LUA_SRCS.${_M}?=${_M:S/./_/g}.lua
97 LUA_DEST.${_M}=${LUA_LIBDIR}${_M:S/./\//g:S/^/\//:H}
99 .if !empty(LUA_SRCS.${_M}:M*.lua)
100 .if ${LUA_SRCS.${_M}:[\#]} > 1
101 .error Module "${_M}" has too many source files
106 LUA_TARG.${_M}=${_M
[all...]
H A Dbsd.man.mk298 .for _M in ${MANPAGES}
299 @echo $$(basename ${_M}) - \
300 $$(${TOOL_SED} < ${${_M}:P} -n -e '/^\.Nd /{;s/^....//;p;}')
/netbsd-current/external/mit/xorg/share/fonts/
H A DMakefile.bdf25 .for _F _M in ${UCSFILES} # {
26 ${_F}-${_M}.bdf: ${_F}.bdf
28 ${UCS2ANY} ${.ALLSRC} ${DESTDIR}${X11FONTDIR}/util/map-${_M} ${_M}
30 BDFFILES+= ${_F}-${_M}.bdf
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86_conversions.h41 constexpr size_t _M = _VectorTraits<_To>::_S_full_size;
175 return __concat(__convert_x86<__vector_type_t<_Up, _M / 2>>(__v),
176 __convert_x86<__vector_type_t<_Up, _M / 2>>(
177 __extract_part<1, _Np / _M * 2>(__v)));
193 if constexpr (_Np >= _M)
198 else if constexpr (_Np < _M && sizeof(_To) > 16) //{{{2
203 else if constexpr (_Np > _M && sizeof(__v) > 16) //{{{2
205 return __convert_x86<_To>(__extract_part<0, _Np / _M>(__v));
634 return __vector_bitcast<_Up, _M>(
722 if constexpr (_M <
[all...]
H A Dsimd.h3347 template <typename _M, typename _Tp>
3361 _GLIBCXX_SIMD_INTRINSIC friend const _M&
3369 const _M& _M_k;
3378 const_where_expression(const _M& __kk, const _Tp& dd)
3412 using _M = bool;
3423 _GLIBCXX_SIMD_INTRINSIC friend const _M&
3461 template <typename _M, typename _Tp>
3462 class where_expression : public const_where_expression<_M, _Tp>
3464 using _Impl = typename const_where_expression<_M, _Tp>::_Impl;
3470 using typename const_where_expression<_M, _T
[all...]
H A Dsimd_builtin.h86 template <typename _Tp, size_t _ToN = 0, typename _Up, size_t _M,
87 size_t _Np = _ToN != 0 ? _ToN : sizeof(_Up) * _M / sizeof(_Tp)>
89 __wrapper_bitcast(_SimdWrapper<_Up, _M> __x)
H A Dsimd_x86.h
/netbsd-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Dgencode.c71 #define _M 0xff macro
83 * { "test", M6811_OP_NONE, 1, 0x00, 5, _M, CHG_NONE },
340 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
359 { "test", 0, 0, 1, 0x00, 5, _M, CHG_NONE },
426 { "wai", 0, 0, 1, 0x3e, 14, _M, CHG_NONE },
427 { "swi", 0, 0, 1, 0x3f, 14, _M, CHG_NONE },
606 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
681 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
699 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
715 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NON
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Dgencode.c74 #define _M 0xff macro
86 * { "test", M6811_OP_NONE, 1, 0x00, 5, _M, CHG_NONE },
343 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
362 { "test", 0, 0, 1, 0x00, 5, _M, CHG_NONE },
429 { "wai", 0, 0, 1, 0x3e, 14, _M, CHG_NONE },
430 { "swi", 0, 0, 1, 0x3f, 14, _M, CHG_NONE },
609 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
684 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
702 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NONE },
718 * { "dex", "x->x", "dec16", 1, 0x00, 5, _M, CHG_NON
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic4x/
H A Dopclasses.h400 namea##_##nameb##_M: &\
431 namea##3_##nameb##_M: &\
462 namea##_##nameb##3_M: &\
493 namea##3_##nameb##3_M: &\
524 nameb##_##namea##_M: &\
555 nameb##3_##namea##_M: &\
586 nameb##_##namea##3_M: &\
617 nameb##3_##namea##3_M: &\
/netbsd-current/sys/dev/ic/
H A Dathnreg.h1479 (((val) & field##_M) >> field##_S)
1483 (((val) << field##_S) & field##_M)
1487 (((var) & ~field##_M) | SM(field, val))
H A Drtwnreg.h1042 (((val) & field##_M) >> field##_S)
1046 (((val) << field##_S) & field##_M)
1050 (((var) & ~field##_M) | SM(field, val))
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dm68hc11-opc.c71 #define _M 0xff macro
108 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1272 { "rev", OP_NONE | OP_PAGE2, 2, 0x3a, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1273 { "revw", OP_NONE | OP_PAGE2, 2, 0x3b, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1525 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1573 { "wai", OP_NONE, 1, 0x3e, 5, _M, CHG_NONE, cpu6811|cpu6812|cpu9s12x, 0 },
1575 { "wav", OP_NONE | OP_PAGE2, 2, 0x3c, 8, _M, SET_Z_CHG_HNVC, cpu6812|cpu9s12x, 0 },
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dm68hc11-opc.c71 #define _M 0xff macro
108 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1272 { "rev", OP_NONE | OP_PAGE2, 2, 0x3a, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1273 { "revw", OP_NONE | OP_PAGE2, 2, 0x3b, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1525 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1573 { "wai", OP_NONE, 1, 0x3e, 5, _M, CHG_NONE, cpu6811|cpu6812|cpu9s12x, 0 },
1575 { "wav", OP_NONE | OP_PAGE2, 2, 0x3c, 8, _M, SET_Z_CHG_HNVC, cpu6812|cpu9s12x, 0 },
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dm68hc11-opc.c71 #define _M 0xff macro
108 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1272 { "rev", OP_NONE | OP_PAGE2, 2, 0x3a, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1273 { "revw", OP_NONE | OP_PAGE2, 2, 0x3b, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1525 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1573 { "wai", OP_NONE, 1, 0x3e, 5, _M, CHG_NONE, cpu6811|cpu6812|cpu9s12x, 0 },
1575 { "wav", OP_NONE | OP_PAGE2, 2, 0x3c, 8, _M, SET_Z_CHG_HNVC, cpu6812|cpu9s12x, 0 },
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dm68hc11-opc.c71 #define _M 0xff macro
108 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1272 { "rev", OP_NONE | OP_PAGE2, 2, 0x3a, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1273 { "revw", OP_NONE | OP_PAGE2, 2, 0x3b, _M, _M, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
1525 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
1573 { "wai", OP_NONE, 1, 0x3e, 5, _M, CHG_NONE, cpu6811|cpu6812|cpu9s12x, 0 },
1575 { "wav", OP_NONE | OP_PAGE2, 2, 0x3c, 8, _M, SET_Z_CHG_HNVC, cpu6812|cpu9s12x, 0 },

Completed in 294 milliseconds