reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
75 if ((SImmVal >= 0 && SImmVal < 65536) || 75 if ((SImmVal >= 0 && SImmVal < 65536) || 82 if ((SImmVal >= 0 && SImmVal < 65536) || 82 if ((SImmVal >= 0 && SImmVal < 65536) || 89 if (Bits == 8 || (SImmVal >= 0 && SImmVal < 256)) 89 if (Bits == 8 || (SImmVal >= 0 && SImmVal < 256)) 91 if ((~SImmVal < 256) || ARM_AM::isThumbImmShiftedVal(ZImmVal))