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 32 const unsigned NopInstr = 0x0;
45 *OldInstruction = NopInstr;
68 (*CurrentInstr) = NopInstr;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 389 const unsigned JrT9Instr = 0x03200008, NopInstr = 0x0;
397 *StubAddr = NopInstr;

Completed in 51 milliseconds