Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp60 const unsigned LuiT0Instr = 0x3c080000, AddiuT0Instr = 0x25080000; in replaceMachineCodeForFunction() local
63 (*(CurrentInstr++)) = LuiT0Instr | ((NewAddr & 0xffff0000) >> 16); in replaceMachineCodeForFunction()