Home | History | Annotate | Download | only in mips

Lines Matching defs:offset_high

2153     //   aui   at, base, offset_high
2157 // aui at, base, offset_high
2161 int16_t offset_high = static_cast<uint16_t>(src.offset() >> 16);
2163 offset_high += (offset_low < 0)
2166 aui(scratch, src.rm(), static_cast<uint16_t>(offset_high));