All ARM cores are owned and licensed by ARM, Ltd.
A manufacture like TI licenses the ARM Cortex-M0 core from ARM, Ltd, additional features are then added, like ADCs, DACs, etc, to the core design making it essentially unique for that particular manufacture.
The features of the ARM Cortex-M0 core are essential the same regardless of the manufacture, however the naming/symbolic nomenclature, e.g. register and bit names/symbols, bitmasks, etc, may and do vary between manufactures, however the ARM or Thumb Assembly Instructions remain the same regardless.
However, the additional/extended features/modules implemented on top of the core design, ADC, DAC, RF, WiFi, etc, can be unique and vary widely from one manufacture to another.
If you examine the
ARM website, you will notice all core designs of the same series, use the same core instruction set regardless of the manufacture, in this way ARM, Ltd maintains a consistent core design, architecture, instruction set, etc, regardless of the manufacture.
BigDog