Searched refs:fpul (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/sh/include/asm/ |
H A D | processor_32.h | 70 unsigned long fpul; member 80 unsigned long fpul; member
|
H A D | user.h | 35 unsigned long fpul; member
|
/openbmc/qemu/target/sh4/ |
H A D | gdbstub.c | 55 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 D | cpu.h | 160 uint32_t fpul; /* floating point communication register */ member
|
H A D | translate.c | 135 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 D | fpu.c | 149 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 D | signal.c | 141 __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 D | math.c | 26 #define FPUL (fregs->fpul) 479 fpu->fpul = 0; in fpu_init()
|
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 380 unsigned long x = fpu->fpul; in denormal_to_double()
|