Searched refs:NopInstr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp33 const unsigned NopInstr = 0x0; local
46 *OldInstruction = NopInstr;
69 (*CurrentInstr) = NopInstr;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp553 const unsigned JrT9Instr = 0x03200008, NopInstr = 0x0; local
561 *StubAddr = NopInstr;

Completed in 76 milliseconds