Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp37 unsigned *OldWord = (unsigned *)OldByte; in replaceMachineCodeForFunction() local
39 unsigned OldAddr = (intptr_t)OldWord; in replaceMachineCodeForFunction()
40 *OldWord = NewAddr - OldAddr - 4; // Emit PC-relative addr of New code. in replaceMachineCodeForFunction()