It is known that the set of eigenvalues of the following block matrix
$$ C = \begin{pmatrix} A & B \\ B & A \end{pmatrix} $$
is the union of the eigenvalues of the matrices $A + B$ and $A - B$. I am interested in the matrix of the following form
$$ C = \begin{pmatrix} A & B \\ B &-A \end{pmatrix} $$
Is there a description of the eigenvalues of $C$ in terms of $A$ and $B$?
Edit. If $AB=BA$, then we can do the following. $$ C = \begin{pmatrix} A & B \\ B &-A \end{pmatrix} \begin{pmatrix} v \\ u \end{pmatrix} =\lambda \begin{pmatrix} v \\ u \end{pmatrix} $$ implies $$ \left\{ \begin{array}{l} Av+Bu=\lambda v \\ Bv-Au=\lambda u \end{array}. \right. $$ By multiplying the first equation by $B$ and assuming $AB=BA$, we get $$ (A^2+B^2)u=\lambda^2u. $$ Therefore, $\lambda^2$ is an eigenvalue of $A^2+B^2$, what is discussed in the comments.