Cortex M4 MQX uses "cpsid.n i" instruction - what is the ".n"?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cortex M4 MQX uses "cpsid.n i" instruction - what is the ".n"?

603 Views
ianwilson
Contributor II

Hi all,

The file mqx\source\psp\cortex_m\core\M4\dispatch.S uses both:

  cpsid i

and

   cpsid.n i

instructions.

I have looked but can't see any documentation on what the ".n" suffix does.

Sorry if the answer is buried in an ARM document somewhere.  I did search.

Many thanks,

Ian

0 Kudos
1 Reply

347 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi wilson:

.n  means narrow instruction, decode with 16 bits

Regards

Daniel

0 Kudos