]> Git Repo - qemu.git/commit
target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
authorPhilippe Mathieu-Daudé <[email protected]>
Wed, 16 Dec 2020 11:41:25 +0000 (12:41 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Thu, 14 Jan 2021 16:13:53 +0000 (17:13 +0100)
commitb0586b38cb51dccb25a1957796e34ecd99c8fbf7
tree1c1ab2380bf5cd79106b5fe89a96246b99af9a32
parent8b0ea9b638adadcf056f4a18fe53a7c6339beba8
target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()

MIPS 64-bit ISA is introduced with MIPS3.

Introduce the CPU_MIPS64 definition aliased to the MIPS3 ISA,
and the cpu_type_is_64bit() method to check if a CPU supports
this ISA (thus is 64-bit).

Suggested-by: Jiaxun Yang <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20210104221154.3127610[email protected]>
target/mips/cpu.h
target/mips/mips-defs.h
This page took 0.026038 seconds and 4 git commands to generate.