Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/math-emu/
H A Dmath.c30 #define FPSCR_PR ((FPSCR>>19)&1) macro
66 FP_DECL_EX; if(FPSCR_PR) op(D,x,DRm,DRn); else op(S,x,FRm,FRn);
293 if (FPSCR_PR)
309 if (FPSCR_PR) in ftrc()
403 const int flag[] = { FPSCR_SZ, FPSCR_PR, FPSCR_FR, 0 }; in id_fxfd()
/openbmc/qemu/target/sh4/
H A Dcpu.h53 #define FPSCR_PR (1 << 19) macro
89 #define TB_FLAG_FPSCR_PR FPSCR_PR /* 19 */
H A Dtranslate.c377 if (ctx->tbflags & FPSCR_PR) { \
382 if (!(ctx->tbflags & FPSCR_PR)) { \
481 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_PR); in _decode_opc()
1060 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()
1656 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()
1671 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()
1694 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()
H A Dcpu.c107 env->fpscr = FPSCR_PR; /* value for userspace according to the kernel */ in superh_cpu_reset_hold()