Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp35 unsigned char *OldByte = (unsigned char *)Old; in replaceMachineCodeForFunction() local
36 *OldByte++ = 0xE9; // Emit JMP opcode. in replaceMachineCodeForFunction()
37 unsigned *OldWord = (unsigned *)OldByte; in replaceMachineCodeForFunction()