target/mips/mxu: Add Q8SLT Q8SLTU instructions
authorSiarhei Volkau <lis8215@gmail.com>
Thu, 8 Jun 2023 10:41:54 +0000 (13:41 +0300)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 10 Jul 2023 21:33:38 +0000 (23:33 +0200)
commit4051f035e057b3ceb728573ac75ae45c44ecd16b
tree534354122a4a2139342ad804bc22ff3bd376308b
parent199fc7d2790ce07f054fc2773dce8ae9e9fc3046
target/mips/mxu: Add Q8SLT Q8SLTU instructions

These instructions are used to set bits depending on
comparison result in each byte respectively.

Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
Message-Id: <20230608104222.1520143-6-lis8215@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/mips/tcg/mxu_translate.c