Searched refs:OldInstruction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp37 unsigned *OldInstruction = (unsigned *)Old; local
38 *OldInstruction = 0x08000000;
42 *OldInstruction |= JTargetAddr;
45 OldInstruction++;
46 *OldInstruction = NopInstr;

Completed in 68 milliseconds