Home
last modified time | relevance | path

Searched refs:FPSCR_PR (Results 1 – 3 of 3) sorted by relevance

/qemu/target/sh4/
H A Dcpu.h55 #define FPSCR_PR (1 << 19) macro
91 #define TB_FLAG_FPSCR_PR FPSCR_PR /* 19 */
H A Dtranslate.c376 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()
H A Dcpu.c144 env->fpscr = FPSCR_PR; /* value for userspace according to the kernel */ in superh_cpu_reset_hold()