HomeSort by relevance Sort by last modified time
    Searched refs:NopInstr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 33 const unsigned NopInstr = 0x0;
46 *OldInstruction = NopInstr;
69 (*CurrentInstr) = NopInstr;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 553 const unsigned JrT9Instr = 0x03200008, NopInstr = 0x0;
561 *StubAddr = NopInstr;

Completed in 62 milliseconds