You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/mips
Jiaxun Yang 2a2105a262 target/mips: Don't check COP1X for 64 bit FP mode
Some implementations (i.e. Loongson-2F) may decide to implement
a 64 bit FPU without implementing COP1X instructions.

As the eligibility of 64 bit FP instructions is already determined
by CP0St_FR, there is no need to check for COP1X again.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221102165719.190378-1-jiaxun.yang@flygoat.com>
[PMD: Add missing trailing parenthesis (buildfix)]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2 years ago
..
sysemu target/mips: Move CP0 helpers to sysemu/cp0.c 4 years ago
tcg target/mips: Don't check COP1X for 64 bit FP mode 2 years ago
Kconfig meson: Introduce target-specific Kconfig 3 years ago
cpu-defs.c.inc target/mips: Disable DSP ASE for Octeon68XX 2 years ago
cpu-param.h Normalize header guard symbol definition 3 years ago
cpu-qom.h target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro 3 years ago
cpu.c target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F 2 years ago
cpu.h target/mips: Use an exception for semihosting 2 years ago
fpu.c target/mips: Optimize CPU/FPU regnames[] arrays 4 years ago
fpu_helper.h target/mips: Set set_default_nan_mode with set_snan_bit_is_one 4 years ago
gdbstub.c target/mips: Extract FPU helpers to 'fpu_helper.h' 4 years ago
helper.h target/mips: Extract NEC Vr54xx helper definitions 3 years ago
internal.h MIPS patches queue 3 years ago
kvm.c kvm: allow target-specific accelerator properties 2 years ago
kvm_mips.h hw/mips: Implement the kvm_type() hook in MachineClass 4 years ago
meson.build target/mips: Move TCG source files under tcg/ sub directory 4 years ago
mips-defs.h target/mips: introduce decodetree structure for Cavium Octeon extension 2 years ago
msa.c target/mips: Move msa_reset() to new source file 4 years ago