Home
last modified time | relevance | path

Searched refs:fpul (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h70 unsigned long fpul; member
80 unsigned long fpul; member
H A Duser.h35 unsigned long fpul; member
/openbmc/qemu/target/sh4/
H A Dgdbstub.c55 return gdb_get_regl(mem_buf, env->fpul); in superh_cpu_gdb_read_register()
113 env->fpul = ldl_p(mem_buf); in superh_cpu_gdb_write_register()
H A Dcpu.h160 uint32_t fpul; /* floating point communication register */ member
H A Dtranslate.c135 offsetof(CPUSH4State, fpul), "FPUL"); in sh4_translate_init()
169 env->sgr, env->dbr, env->delayed_pc, env->fpul); in superh_cpu_dump_state()
1447 LDST(fpul, 0x405a, 0x4056, 0x005a, 0x4052, {CHECK_FPU_ENABLED}) in _decode_opc()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c149 unsigned long x = fpu->fpul; in denormal_to_double()
378 tsk->thread.xstate->hardfpu.fpul = float64_to_float32(llx); in ieee_fpe_handler()
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c141 __put_user(regs->fpul, &sc->sc_fpul); in setup_sigcontext()
169 __get_user(regs->fpul, &sc->sc_fpul); in restore_sigcontext()
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c26 #define FPUL (fregs->fpul)
479 fpu->fpul = 0; in fpu_init()
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c380 unsigned long x = fpu->fpul; in denormal_to_double()