Home | History | Annotate | Download | only in ARM

Lines Matching full:hi16

746   unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
757 Binary |= Hi16 & 0xFFF;
758 Binary |= ((Hi16 >> 12) & 0xF) << 16;
1119 unsigned Hi16 = (getMovi32Value(MI, MI.getOperand(OpIdx),
1121 Binary |= Hi16 & 0xFFF;
1122 Binary |= ((Hi16 >> 12) & 0xF) << 16;