Home | History | Annotate | Download | only in mips64

Lines Matching defs:offset_high

3419     //    daui   AT, base, offset_high
3424 // daui AT, base, offset_high
3430 int16_t offset_high = High16Bits(offset);
3435 offset_high++;
3436 overflow_hi16 = (offset_high == -32768);
3438 Daui(AT, base, offset_high);