Lines Matching defs:upper
135 s64 upper = (val + (1 << 11)) >> 12;
143 if (upper)
144 emit_lui(rd, upper, ctx);
146 if (!upper) {
155 shift = __ffs(upper);
156 upper >>= shift;
159 emit_imm(rd, upper, ctx);
249 s64 upper, lower;
277 upper = (rvoff + (1 << 11)) >> 12;
281 emit(rv_auipc(RV_REG_T1, upper), ctx);
400 s64 upper, lower;
406 upper = (rvoff + (1 << 11)) >> 12;
408 emit(rv_auipc(RV_REG_T1, upper), ctx);
832 /* For jset32, we should clear the upper 32 bits of t1, but