Searched refs:CurrentInstr (Results 1 – 1 of 1) sorted by relevance
51 unsigned* CurrentInstr = (unsigned*)Old; in replaceMachineCodeForFunction() local52 unsigned CurrInstrHintClear = (*CurrentInstr) & HintMask; in replaceMachineCodeForFunction()53 unsigned* NextInstr = CurrentInstr + 1; in replaceMachineCodeForFunction()63 (*(CurrentInstr++)) = LuiT0Instr | ((NewAddr & 0xffff0000) >> 16); in replaceMachineCodeForFunction()65 (*(CurrentInstr++)) = AddiuT0Instr | (NewAddr & 0x0000ffff); in replaceMachineCodeForFunction()67 (*(CurrentInstr++)) = JrT0Instr; in replaceMachineCodeForFunction()68 (*CurrentInstr) = NopInstr; in replaceMachineCodeForFunction()