Searched defs:StubCallAddr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp301 unsigned *StubCallAddr = StubCallAddrPlus4 - 1; local
304 void *Target = JITCompilerFunction(StubCallAddr);
325 if ((*StubCallAddr >> 26) == 18)
326 StubCallAddr -= 3;
328 assert((*StubCallAddr >> 26) == 19 && "Call in stub is not indirect!");
329 StubCallAddr -= is64Bit ? 9 : 6;
334 EmitBranchToAt((intptr_t)StubCallAddr, (intptr_t)Target, false, is64Bit);
335 sys::Memory::InvalidateInstructionCache(StubCallAddr, 7*4);

Completed in 142 milliseconds