I'm using CCS v5.4.0.00091 and TMS570LS3137.
What I'm trying to achieve is to load a 32-bit address into a register using a label (e.g. imported using .ref command).
On the GCC compiler, I can do something like this:
movw r0, #:lower16:ta_irqEntry
movt r0, #:upper16:ta_irqEntry