Searched refs:NMI (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 202 MachineInstr *NMI = &*MBBI; in InsertITInstructions() local 203 MI = NMI; in InsertITInstructions() 206 ARMCC::CondCodes NCC = getITInstrPredicate(NMI, NPredReg); in InsertITInstructions() 210 NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions() 212 LastITMI = NMI; in InsertITInstructions() 215 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) { in InsertITInstructions() 217 MBB.remove(NMI); in InsertITInstructions() 218 MBB.insert(InsertPos, NMI); in InsertITInstructions() 224 TrackDefUses(NMI, Defs, Uses, TRI); in InsertITInstructions()
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 82 strategy_map_type::iterator NMI = StrategyMap.find(Name); in getOrCreateStrategy() local 83 if (NMI != StrategyMap.end()) in getOrCreateStrategy() 84 return NMI->getValue(); in getOrCreateStrategy()
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 262 for (Module::named_metadata_iterator NMI = M.named_metadata_begin(), in StripDebugInfo() local 263 NME = M.named_metadata_end(); NMI != NME;) { in StripDebugInfo() 264 NamedMDNode *NMD = NMI; in StripDebugInfo() 265 ++NMI; in StripDebugInfo()
|
D | GlobalOpt.cpp | 1502 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() local 1506 FieldMallocs.push_back(NMI); in PerformHeapAllocSRoA() 1507 new StoreInst(NMI, NGV, CI); in PerformHeapAllocSRoA()
|
/external/oprofile/events/x86-64/family11h/ |
D | unit_masks | 209 0x08 NMI
|
/external/qemu/ |
D | qemu-monitor.hx | 459 "cpu", "inject an NMI on the given CPU", }, 463 Inject an NMI on the given CPU (x86 only).
|
/external/oprofile/ |
D | TODO | 142 o profile the NMI handler code
|
D | ChangeLog-2001 | 1335 * oprofile.c: remove bogus setting for NMI oopser. 1526 * oprofile.c: use a simple cli/sti when installing the NMI 2142 * oprofile.h: stripped the NMI error handling stuff
|
D | ChangeLog-2002 | 3825 * module/compat24.h: fix NMI wake-up for 2.2 SMP 3889 * module/compat22.h: never wake up from NMI
|
D | ChangeLog-2003 | 5639 * module/x86/op_apic.[c|h]: move NMI gate setup to architecture 6016 Only rdmsr/wrmsr counters that we've enabled in the NMI handler.
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 10669 .org 0xe2c3 ; NMI Handler Entry Point 10671 ;; FIXME the NMI handler should not panic
|