]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: clean-up in hardware detection (Cavium/DSP ASEs)
authorPetar Jovanovic <mips32r2@gmail.com>
Mon, 16 Sep 2013 18:11:59 +0000 (18:11 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Mon, 16 Sep 2013 18:11:59 +0000 (18:11 +0000)
commitca7faebc986c8090743ed8368fb054d17d596d8a
tree56dc370b2fde606c81c8c93716bb862c9211da5f
parent751a2c12b612706c5296872b4f1ebf25f703d804
mips: clean-up in hardware detection (Cavium/DSP ASEs)

This change is a clean up in MIPS hardware detection code.
New flag for Cavium Company ID is added, as well as the codes for 34K and
74K processors (MIPS Company ID). The later two represent platforms with DSP
ASEs implemented (Rev 1 and Rev 2 respectively). Macros to detect these two
platforms have been added as well.

Additional macros to extract Company ID out of hwcaps added as well, and
used where possible.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2764
VEX/priv/guest_mips_toIR.c
VEX/priv/main_main.c
VEX/pub/libvex.h