Lines Matching refs:upper
153 s64 upper = (off + (1 << 11)) >> 12;
161 emit(rv_auipc(rd, upper), ctx);
179 s64 upper = (val + (1 << 11)) >> 12;
187 if (upper)
188 emit_lui(rd, upper, ctx);
190 if (!upper) {
199 shift = __ffs(upper);
200 upper >>= shift;
203 emit_imm(rd, upper, ctx);
293 s64 upper, lower;
321 upper = (rvoff + (1 << 11)) >> 12;
325 emit(rv_auipc(RV_REG_T1, upper), ctx);
443 s64 upper, lower;
449 upper = (rvoff + (1 << 11)) >> 12;
451 emit(rv_auipc(RV_REG_T1, upper), ctx);
621 * to keep things simple, and put the destination register in the upper
623 * modifying the upper bits because the table is already sorted, and
1496 /* For jset32, we should clear the upper 32 bits of t1, but