Lines Matching defs:upper
113 u32 upper = (imm + (1 << 11)) >> 12;
116 if (upper) {
117 emit(rv_lui(rd, upper), ctx);
129 /* Sign-extend into upper bits. */
230 s32 upper, lower;
237 upper = (rvoff + (1 << 11)) >> 12;
239 emit(rv_auipc(RV_REG_T1, upper), ctx);
746 u32 upper = ((u32)addr + (1 << 11)) >> 12;
762 emit(rv_lui(RV_REG_T1, upper), ctx);
1115 /* Swap upper and lower halves. */