reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
  332     if (getT2SOImmValSplatVal(V) != -1)
  334     V = rotr32 (~255U, getT2SOImmValRotate(V)) & V;
  334     V = rotr32 (~255U, getT2SOImmValRotate(V)) & V;
  334     V = rotr32 (~255U, getT2SOImmValRotate(V)) & V;
  335     if (V == 0)
  339     if (getT2SOImmVal(V) != -1) return true;
  342     V = Imm;
  343     if (getT2SOImmValSplatVal(V & 0xff00ff00U) != -1)
  344       V &= ~0xff00ff00U;
  345     else if (getT2SOImmValSplatVal(V & 0x00ff00ffU) != -1)
  346       V &= ~0x00ff00ffU;
  348     if (getT2SOImmVal(V) != -1) return true;