Searched refs:FPSCR_PR (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/sh/math-emu/ |
H A D | math.c | 30 #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 D | cpu.h | 53 #define FPSCR_PR (1 << 19) macro 89 #define TB_FLAG_FPSCR_PR FPSCR_PR /* 19 */
|
H A D | translate.c | 375 if (ctx->tbflags & FPSCR_PR) { \ 380 if (!(ctx->tbflags & FPSCR_PR)) { \ 479 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_PR); in _decode_opc() 1068 if (ctx->tbflags & FPSCR_PR) { in _decode_opc() 1665 if (ctx->tbflags & FPSCR_PR) { in _decode_opc() 1680 if (ctx->tbflags & FPSCR_PR) { in _decode_opc() 1703 if (ctx->tbflags & FPSCR_PR) { in _decode_opc()
|
H A D | cpu.c | 120 env->fpscr = FPSCR_PR; /* value for userspace according to the kernel */ in superh_cpu_reset_hold()
|