Searched refs:FPSCR_PR (Results 1 – 3 of 3) sorted by relevance
55 #define FPSCR_PR (1 << 19) macro91 #define TB_FLAG_FPSCR_PR FPSCR_PR /* 19 */
376 if (ctx->tbflags & FPSCR_PR) { \381 if (!(ctx->tbflags & FPSCR_PR)) { \480 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_PR); in _decode_opc()1063 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()1660 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()1675 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()1698 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()
144 env->fpscr = FPSCR_PR; /* value for userspace according to the kernel */ in superh_cpu_reset_hold()