Home | History | Annotate | Download | only in gold

Lines Matching refs:MIN_ADRP_IMM

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