Home
last modified time | relevance | path

Searched refs:DM (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.opc117 #define DM(r,a) OP (0, RL78_Operand_Indirect, RL78_Reg_##r, a)
234 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
266 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
318 ID(and); DM(None, SADDR); SC(IMMU(1)); Fz;
439 ID(call); DM(None, 0x80 + mm*16 + nnn*2);
444 ID(mov); DM(None, IMMU(2)); DB(bit); SC(0);
447 ID(mov); DM(HL, 0); DB(bit); SC(0);
457 ID(mov); DM(None, op0); DB(bit); SC(0);
462 ID(mov); DM(None, SADDR); DB(bit); SC(0);
467 ID(mov); DM(None, IMMU(2)); SC(0);
[all …]
H A Drl78-decode.c119 #define DM(r,a) OP (0, RL78_Operand_Indirect, RL78_Reg_##r, a) macro
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
496 ID(mov); DM(B, IMMU(2)); SR(A); in rl78_decode_opcode()
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
701 ID(mov); DM(C, IMMU(2)); SR(A); in rl78_decode_opcode()
731 ID(sub); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
1267 ID(mov); DM(C, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
1282 ID(mov); DM(BC, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
1297 ID(subc); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.opc117 #define DM(r,a) OP (0, RL78_Operand_Indirect, RL78_Reg_##r, a)
234 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
266 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
318 ID(and); DM(None, SADDR); SC(IMMU(1)); Fz;
439 ID(call); DM(None, 0x80 + mm*16 + nnn*2);
444 ID(mov); DM(None, IMMU(2)); DB(bit); SC(0);
447 ID(mov); DM(HL, 0); DB(bit); SC(0);
457 ID(mov); DM(None, op0); DB(bit); SC(0);
462 ID(mov); DM(None, SADDR); DB(bit); SC(0);
467 ID(mov); DM(None, IMMU(2)); SC(0);
[all …]
H A Drl78-decode.c119 #define DM(r,a) OP (0, RL78_Operand_Indirect, RL78_Reg_##r, a) macro
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
496 ID(mov); DM(B, IMMU(2)); SR(A); in rl78_decode_opcode()
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
701 ID(mov); DM(C, IMMU(2)); SR(A); in rl78_decode_opcode()
731 ID(sub); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
1267 ID(mov); DM(C, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
1282 ID(mov); DM(BC, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
1297 ID(subc); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDebugMap.cpp206 dsymutil::DebugMap &DM) { in mapping() argument
207 io.mapRequired("triple", DM.BinaryTriple); in mapping()
208 io.mapOptional("binary-path", DM.BinaryPath); in mapping()
210 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple; in mapping()
211 io.mapOptional("objects", DM.Objects); in mapping()
215 IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) { in mapping() argument
216 if (!DM) in mapping()
217 DM.reset(new DebugMap()); in mapping()
218 io.mapRequired("triple", DM->BinaryTriple); in mapping()
219 io.mapOptional("binary-path", DM->BinaryPath); in mapping()
[all …]
H A DMachOUtils.cpp358 const DebugMap &DM, SymbolMapTranslator &Translator, in generateDsymCompanion() argument
371 auto ObjectEntry = InputBinaryHolder.getObjectEntry(DM.getBinaryPath()); in generateDsymCompanion()
374 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
380 ObjectEntry->getObjectAs<object::MachOObjectFile>(DM.getTriple()); in generateDsymCompanion()
383 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
H A DDebugMap.h260 static void mapping(IO &io, dsymutil::DebugMap &DM); in LLVM_YAML_IS_SEQUENCE_VECTOR()
264 static void mapping(IO &io, std::unique_ptr<dsymutil::DebugMap> &DM); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A Ddsymutil.h51 const DebugMap &DM, LinkOptions Options);
H A DMachOUtils.h45 const DebugMap &DM, SymbolMapTranslator &Translator,
/netbsd-src/external/gpl2/lvm2/dist/udev/
H A D12-dm-permissions.rules7 # These rules set permissions for DM devices.
14 # DM_UDEV_RULES_VSN - DM udev rules version
15 # DM_NAME - actual DM device's name
16 # DM_UUID - UUID set for DM device (blank if not specified)
17 # DM_SUSPENDED - suspended state of DM device (0 or 1)
29 # PLAIN DM DEVICES
31 # Set permissions for a DM device named 'my_device' exactly
34 # Set permissions for all DM devices having 'MY_UUID-' UUID prefix
78 # Set default permissions for all DM devices if not set before.
H A D10-dm.rules.in7 # These rules create a DM control node in /dev/(DM_DIR) directory.
10 # the actual DM names. Some udev environment variables are set
12 # DM_NAME - actual DM device's name
13 # DM_UUID - UUID set for DM device (blank if not specified)
14 # DM_SUSPENDED - suspended state of DM device (0 or 1)
15 # DM_UDEV_RULES_VSN - DM udev rules version
47 # "dm" sysfs subdirectory is available in newer versions of DM
49 # and use dmsetup tool instead to get the DM name, uuid and
H A D11-dm-lvm.rules21 # Use DM name and split it up into its VG/LV/layer constituents.
/netbsd-src/external/bsd/ntp/dist/scripts/deprecated/
H A Dfreq_adj.in21 open(DM, "/var/run/dmesg.boot");
22 while(<DM>) {
29 close(DM);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp1092 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local
1093 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate()
1094 const auto *Param = cast<ParmVarDecl>(DM.first); in checkParamsForReturnTypestate()
1101 if (DM.second != ExpectedState) in checkParamsForReturnTypestate()
1104 stateToString(DM.second)); in checkParamsForReturnTypestate()
1140 for (const auto &DM : Other.VarMap) { in intersect() local
1141 LocalState = this->getState(DM.first); in intersect()
1146 if (LocalState != DM.second) in intersect()
1147 VarMap[DM.first] = CS_Unknown; in intersect()
1158 for (const auto &DM : LoopBackStates->VarMap) { in intersectAtLoopHead() local
[all …]
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Ddmlib.h24 #define DM macro
H A Dlib.h39 #ifdef DM
/netbsd-src/external/gpl2/lvm2/dist/libdm/misc/
H A Ddmlib.h24 #define DM macro
/netbsd-src/external/gpl2/lvm2/dist/lib/misc/
H A Dlib.h39 #ifdef DM
/netbsd-src/sys/rump/dev/lib/libdm/
H A DDM.ioconf1 # $NetBSD: DM.ioconf,v 1.1 2015/08/20 11:51:12 christos Exp $
H A DMakefile9 IOCONF= DM.ioconf
/netbsd-src/external/mpl/mozilla-certdata/share/certs/
H A DAffirmTrust_Commercial.pem9 ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
H A DCertum_Trusted_Network_CA.pem13 kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt147 # NP-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K
150 # NP-CAT-OUTPUT-NEXT: M-4M-5M-6M-7M-8M-9M-:M-;M-<M-=M->M-?M-@M-AM-BM-CM-DM-EM-FM-G
165 # NPLONG-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K
168 # NPLONG-CAT-OUTPUT-NEXT: M-4M-5M-6M-7M-8M-9M-:M-;M-<M-=M->M-?M-@M-AM-BM-CM-DM-EM-FM-G
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp227 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local
229 addChildToLayout(std::move(DM)); in initializeChildren()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/d10v/
H A DChangeLog-202155 * t-mvtc.s: Check that the user can not modify the DM bit in the
60 * t-mvtc.s: Update. Check that user can not modify DM bit.

1234