Home | History | Annotate | Download | only in mips64

Lines Matching defs:offset_high

2309     //    daui   at, base, offset_high
2314 // daui at, base, offset_high
2320 int16_t offset_high = static_cast<uint16_t>(src.offset() >> 16);
2325 offset_high++;
2326 overflow_hi16 = (offset_high == -32768);
2328 daui(scratch, src.rm(), static_cast<uint16_t>(offset_high));