Home | History | Annotate | Download | only in optimizing

Lines Matching defs:offset_high

7051         int16_t offset_high = High16Bits(offset - offset_low);  // Accounts for sign
7061 __ AddUpper(base, obj, offset_high);
7197 int16_t offset_high = High16Bits(offset - offset_low); // Accounts for sign extension in lw.
7232 __ Aui(base, obj, offset_high); // In delay slot.
7236 __ Lui(base, offset_high);