OSDN Git Service

target/mips: implement Octeon-specific BBIT instructions
authorPavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Mon, 20 Jun 2022 12:05:27 +0000 (15:05 +0300)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jul 2022 20:30:12 +0000 (22:30 +0200)
commit5e806fb00214142377bcbf7da8e79c62556d142c
treee2a7d9e31abfa55c268579cdac95f55110b68267
parent72d680e4083a75c55d89c55f799cbe870ebbc7a5
target/mips: implement Octeon-specific BBIT instructions

This patch introduces Octeon-specific decoder and implements
check-bit-and-jump instructions.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <165572672705.167724.16667636081912075906.stgit@pasha-ThinkPad-X280>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/tcg/octeon.decode
target/mips/tcg/octeon_translate.c