Home | History | Annotate | Download | only in priv

Lines Matching refs:apsr

915 /* Stickily set the 'Q' flag (APSR bit 27) of the APSR (Application Program
927 /* Generate code to set APSR.GE[flagNo]. Each fn call sets 1 bit.
1496 /* Generate an APSR value, from the NZCV thunk, and
1540 /* and the inverse transformation: given an APSR value,
13891 // MSR apsr, #imm
13911 // MSR apsr, reg
13933 IRTemp apsr = synthesise_APSR();
13934 putIRegA( rD, mkexpr(apsr), condT, Ijk_Boring );
18519 /* -------------- (T1) MSR apsr, reg -------------- */
18535 /* -------------- (T1) MRS reg, apsr -------------- */
18540 IRTemp apsr = synthesise_APSR();
18541 putIRegT( rD, mkexpr(apsr), condT );