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

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp61 const unsigned LuiT0Instr = 0x3c080000, AddiuT0Instr = 0x25080000; local
64 (*(CurrentInstr++)) = LuiT0Instr | ((NewAddr & 0xffff0000) >> 16);

Completed in 213 milliseconds