/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | Thumb2ITBlockPass.cpp | 239 MachineInstr *NMI = &*MBBI; in InsertITInstructions() local 240 MI = NMI; in InsertITInstructions() 243 ARMCC::CondCodes NCC = getITInstrPredicate(*NMI, NPredReg); in InsertITInstructions() 247 NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions() 249 LastITMI = NMI; in InsertITInstructions() 252 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) { in InsertITInstructions() 254 MBB.remove(NMI); in InsertITInstructions() 255 MBB.insert(InsertPos, NMI); in InsertITInstructions() 262 TrackDefUses(NMI, Defs, Uses, TRI); in InsertITInstructions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | GCMetadata.cpp | 144 auto NMI = GCStrategyMap.find(Name); in getGCStrategy() local 145 if (NMI != GCStrategyMap.end()) in getGCStrategy() 146 return NMI->getValue(); in getGCStrategy()
|
H A D | RegisterScavenging.cpp | 680 const MachineInstr &NMI = *N; in scavengeFrameVirtualRegsInBlock() local 681 for (const MachineOperand &MO : NMI.operands()) { in scavengeFrameVirtualRegsInBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 252 auto NMI = std::next(MI); in runOnMachineFunction() local 286 MI = NMI; in runOnMachineFunction()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | grf_ulreg.h | 54 #define NMI 0x0100 macro
|
H A D | grf_ul.c | 266 ba->ctrl = LBL | INCW | NMI | NMIM | HLT | CF; in ul_load_code()
|
/netbsd-src/sys/arch/hp300/DOC/ |
H A D | Options | 57 sends a NMI to the processor which will get the CPUs attention no 59 also note that the NMI is only sent when the keyboard is in "cooked"
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | am335x-osd335x-common.dtsi | 60 interrupts = <7>; /* NMI */
|
H A D | sh73a0-kzm9g.dts | 150 label = "NMI";
|
H A D | am335x-bone-common.dtsi | 297 interrupts = <7>; /* NMI */
|
H A D | am335x-guardian.dts | 260 interrupts = <7>; /* NMI */
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | locore_octeon.S | 179 sd zero, CIU_NMI_OFFSET(k1)# clear NMI
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ft32/ |
H A D | crti-hw.S | 38 jmp __PMSIZE-8 # Interrupt vector 32 (NMI)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ft32/ |
H A D | crti-hw.S | 38 jmp __PMSIZE-8 # Interrupt vector 32 (NMI)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 695 for (auto NMI = M.named_metadata_begin(), NME = M.named_metadata_end(); in stripNonLineTableDebugInfo() local 696 NMI != NME;) { in stripNonLineTableDebugInfo() 697 NamedMDNode *NMD = &*NMI; in stripNonLineTableDebugInfo() 698 ++NMI; in stripNonLineTableDebugInfo()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
H A D | juno-motherboard.dtsi | 89 label = "NMI";
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | firmware | 66 >>>>>>>>>>>8 ulelong^1 x \b, NMI at 0x%08x
|
/netbsd-src/sys/arch/vax/conf/ |
H A D | files.vax | 33 # NMI on KA88 137 # VAX CPUs at NMI
|
H A D | INSTALL | 123 # NMI (internal bus) on VAX 88xx-series.
|
H A D | VAX780 | 155 # NMI (internal bus) on VAX 88xx-series.
|
H A D | GENERIC | 170 # NMI (internal bus) on VAX 88xx-series.
|
/netbsd-src/external/gpl3/gdb/dist/sim/mn10300/ |
H A D | ChangeLog-2021 | 942 * dv-mn103int.c (mn103int_ioctl): New function for NMI 1087 * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or 1252 * dv-mn103int.c (mn103int_port_event): Drive NMI with non-zero
|
/netbsd-src/sys/arch/news68k/news68k/ |
H A D | locore.s | 837 lea _ASM_LABEL(tmpstk),%sp | physical SP in case of NMI
|
/netbsd-src/sys/arch/luna68k/luna68k/ |
H A D | locore.s | 758 lea _ASM_LABEL(tmpstk),%sp | physical SP in case of NMI
|
/netbsd-src/sys/arch/amiga/conf/ |
H A D | files.amiga | 7 defflag PANICBUTTON # panic on kbd NMI if not DDB
|