Home | History | Annotate | Download | only in ARM

Lines Matching refs:Hi16

763   unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
774 Binary |= Hi16 & 0xFFF;
775 Binary |= ((Hi16 >> 12) & 0xF) << 16;
1134 unsigned Hi16 = (getMovi32Value(MI, MI.getOperand(OpIdx),
1136 Binary |= Hi16 & 0xFFF;
1137 Binary |= ((Hi16 >> 12) & 0xF) << 16;