Home | History | Annotate | Download | only in gold

Lines Matching refs:MAX_ADRP_IMM

1136   static const int MAX_ADRP_IMM = (1 << 20) - 1;
1153 return adrp_imm >= MIN_ADRP_IMM && adrp_imm <= MAX_ADRP_IMM;