Searched defs:AddiuT0Instr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 59 milliseconds