Home
last modified time | relevance | path

Searched refs:ESR_FP (Results 1 – 2 of 2) sorted by relevance

/qemu/target/ppc/
H A Dexcp_helper.c461 env->spr[SPR_40x_ESR] = ESR_FP; in powerpc_excp_40x()
1035 env->spr[SPR_BOOKE_ESR] = ESR_FP; in powerpc_excp_booke()
H A Dcpu.h719 #define ESR_FP PPC_BIT(39) /* Floating-Point Operation */ macro