Home
last modified time | relevance | path

Searched refs:NMI (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp239 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 DGCMetadata.cpp144 auto NMI = GCStrategyMap.find(Name); in getGCStrategy() local
145 if (NMI != GCStrategyMap.end()) in getGCStrategy()
146 return NMI->getValue(); in getGCStrategy()
H A DRegisterScavenging.cpp680 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 DM68kCollapseMOVEMPass.cpp252 auto NMI = std::next(MI); in runOnMachineFunction() local
286 MI = NMI; in runOnMachineFunction()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrf_ulreg.h54 #define NMI 0x0100 macro
H A Dgrf_ul.c266 ba->ctrl = LBL | INCW | NMI | NMIM | HLT | CF; in ul_load_code()
/netbsd-src/sys/arch/hp300/DOC/
H A DOptions57 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 Dam335x-osd335x-common.dtsi60 interrupts = <7>; /* NMI */
H A Dsh73a0-kzm9g.dts150 label = "NMI";
H A Dam335x-bone-common.dtsi297 interrupts = <7>; /* NMI */
H A Dam335x-guardian.dts260 interrupts = <7>; /* NMI */
/netbsd-src/sys/arch/mips/mips/
H A Dlocore_octeon.S179 sd zero, CIU_NMI_OFFSET(k1)# clear NMI
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
H A Dcrti-hw.S38 jmp __PMSIZE-8 # Interrupt vector 32 (NMI)
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ft32/
H A Dcrti-hw.S38 jmp __PMSIZE-8 # Interrupt vector 32 (NMI)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp695 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 Djuno-motherboard.dtsi89 label = "NMI";
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfirmware66 >>>>>>>>>>>8 ulelong^1 x \b, NMI at 0x%08x
/netbsd-src/sys/arch/vax/conf/
H A Dfiles.vax33 # NMI on KA88
137 # VAX CPUs at NMI
H A DINSTALL123 # NMI (internal bus) on VAX 88xx-series.
H A DVAX780155 # NMI (internal bus) on VAX 88xx-series.
H A DGENERIC170 # NMI (internal bus) on VAX 88xx-series.
/netbsd-src/external/gpl3/gdb/dist/sim/mn10300/
H A DChangeLog-2021942 * 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 Dlocore.s837 lea _ASM_LABEL(tmpstk),%sp | physical SP in case of NMI
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dlocore.s758 lea _ASM_LABEL(tmpstk),%sp | physical SP in case of NMI
/netbsd-src/sys/arch/amiga/conf/
H A Dfiles.amiga7 defflag PANICBUTTON # panic on kbd NMI if not DDB

12