Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsJITInfo.cpp51 unsigned* CurrentInstr = (unsigned*)Old; in replaceMachineCodeForFunction() local
52 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()