Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/math-emu/
H A Dmath.c31 #define FPSCR_SZ ((FPSCR>>20)&1) macro
158 if (FPSCR_SZ) { in fmov_idx_reg()
174 if (FPSCR_SZ) { in fmov_mem_reg()
190 if (FPSCR_SZ) { in fmov_inc_reg()
208 if (FPSCR_SZ) { in fmov_reg_idx()
224 if (FPSCR_SZ) { in fmov_reg_mem()
240 if (FPSCR_SZ) { in fmov_reg_dec()
258 if (FPSCR_SZ) { in fmov_reg_reg()
403 const int flag[] = { FPSCR_SZ, FPSCR_PR, FPSCR_FR, 0 }; in id_fxfd()
/openbmc/qemu/target/sh4/
H A Dcpu.h52 #define FPSCR_SZ (1 << 20) macro
90 #define TB_FLAG_FPSCR_SZ FPSCR_SZ /* 20 */
H A Dtranslate.c474 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_SZ); in _decode_opc()
963 if (ctx->tbflags & FPSCR_SZ) { in _decode_opc()
974 if (ctx->tbflags & FPSCR_SZ) { in _decode_opc()
986 if (ctx->tbflags & FPSCR_SZ) { in _decode_opc()
998 if (ctx->tbflags & FPSCR_SZ) { in _decode_opc()
1014 if (ctx->tbflags & FPSCR_SZ) { in _decode_opc()
1033 if (ctx->tbflags & FPSCR_SZ) { in _decode_opc()
1049 if (ctx->tbflags & FPSCR_SZ) { in _decode_opc()