Home | History | Annotate | Download | only in mips

Lines Matching full:itarget

3037   uint32_t itarget = reinterpret_cast<uint32_t>(target);
3048 *p = LUI | rt_code | ((itarget & kHiMask) >> kLuiShift);
3049 *(p + 1) = ORI | rt_code | (rt_code << 5) | (itarget & kImm16Mask);