Lines Matching defs:MAX_ADRP_IMM
1151 static const int MAX_ADRP_IMM = (1 << 20) - 1;1168 return adrp_imm >= MIN_ADRP_IMM && adrp_imm <= MAX_ADRP_IMM;