Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp32 const unsigned NopInstr = 0x0; in replaceMachineCodeForFunction() local
45 *OldInstruction = NopInstr; in replaceMachineCodeForFunction()
68 (*CurrentInstr) = NopInstr; in replaceMachineCodeForFunction()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp355 const unsigned JrT9Instr = 0x03200008, NopInstr = 0x0; in createStubFunction() local
363 *StubAddr = NopInstr; in createStubFunction()