Interrupt status in Aarch64

Hello, 

In Cortex, A9 CPU register CPSR tells the current execution mode , bit M[3;0]

I am looking for if there is similar register present in A64 architecture . 

Reading ESR_EL3/EL2/EL1, I think this is difficult to determine, if system in IRQ mode or not 

regards