Home
last modified time | relevance | path

Searched refs:fcr0 (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/editors/fpc-ide/fpc-3.2.2/compiler/mips/
H A Drmipsgss.inc71 'fcr0',
/dports/lang/fpc/fpc-3.2.2/compiler/mips/
H A Drmipsgss.inc71 'fcr0',
/dports/lang/fpc-source/fpc-3.2.2/compiler/mips/
H A Drmipsgss.inc71 'fcr0',
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/
H A Dinternal.h365 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in compute_hflags()
388 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in compute_hflags()
H A Dgdbstub.c39 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0);
H A Dcpu.c73 env->active_fpu.fcr0, env->active_fpu.fcr31, is_fpu64,
236 env->active_fpu.fcr0 = env->cpu_model->CP1_fcr0;
368 (env->active_fpu.fcr0 & (1 << FCR0_F64))) {
/dports/emulators/qemu/qemu-6.2.0/target/mips/
H A Dinternal.h365 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in compute_hflags()
388 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in compute_hflags()
H A Dgdbstub.c39 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0); in mips_cpu_gdb_read_register()
H A Dcpu.c73 env->active_fpu.fcr0, env->active_fpu.fcr31, is_fpu64, in fpu_dump_state()
236 env->active_fpu.fcr0 = env->cpu_model->CP1_fcr0; in mips_cpu_reset()
368 (env->active_fpu.fcr0 & (1 << FCR0_F64))) { in mips_cpu_reset()
/dports/emulators/qemu/qemu-6.2.0/linux-user/mips/
H A Dcpu_loop.c384 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in target_cpu_copy_regs()
389 if ((env->active_fpu.fcr0 & (1 << FCR0_F64) in target_cpu_copy_regs()
/dports/emulators/qemu60/qemu-6.0.0/linux-user/mips/
H A Dcpu_loop.c393 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in target_cpu_copy_regs()
398 if ((env->active_fpu.fcr0 & (1 << FCR0_F64) in target_cpu_copy_regs()
/dports/emulators/qemu5/qemu-5.2.0/linux-user/mips/
H A Dcpu_loop.c394 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in target_cpu_copy_regs()
399 if ((env->active_fpu.fcr0 & (1 << FCR0_F64) in target_cpu_copy_regs()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/mips/
H A Dcpu_loop.c390 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in target_cpu_copy_regs()
395 if ((env->active_fpu.fcr0 & (1 << FCR0_F64) in target_cpu_copy_regs()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/mips/
H A Dcpu_loop.c395 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in target_cpu_copy_regs()
400 if ((env->active_fpu.fcr0 & (1 << FCR0_F64) in target_cpu_copy_regs()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/mips/
H A Dcpu_loop.c390 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in target_cpu_copy_regs()
395 if ((env->active_fpu.fcr0 & (1 << FCR0_F64) in target_cpu_copy_regs()
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dgdbstub.c38 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0); in mips_cpu_gdb_read_register()
H A Dinternal.h410 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in compute_hflags()
433 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in compute_hflags()
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dgdbstub.c38 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0); in mips_cpu_gdb_read_register()
H A Dinternal.h412 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in compute_hflags()
435 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in compute_hflags()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dgdbstub.c38 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0); in mips_cpu_gdb_read_register()
H A Dinternal.h411 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in compute_hflags()
434 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in compute_hflags()
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dgdbstub.c38 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0); in mips_cpu_gdb_read_register()
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dgdbstub.c39 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0); in mips_cpu_gdb_read_register()
H A Dinternal.h365 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in compute_hflags()
388 if (env->active_fpu.fcr0 & (1 << FCR0_FREP)) { in compute_hflags()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dgdbstub.c39 return gdb_get_regl(mem_buf, (int32_t)env->active_fpu.fcr0); in mips_cpu_gdb_read_register()

12345678910