This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARMv8-A: Is an ISB instruction required after writing to the CPSR register in AARCH32 state?

For example, write cpsr as following code snippets:

mov r1, sp

movw lr, #0x393

movt lr, #0

msr cpsr_cxsf, lr

do_irq:

...

Is an ISB instruction required after "msr cpsr_cxsf, lr"?

Thank you in advance!