mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/mips: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-7-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
33a5230782
commit
d5c9fa4708
4 changed files with 11 additions and 11 deletions
|
@ -2977,14 +2977,14 @@ static void gen_mxu_Q8ADD(DisasContext *ctx)
|
|||
* to another one in XRc, with zero extending
|
||||
* to 16-bit and put results as packed 16-bit data
|
||||
* into XRa and XRd.
|
||||
* aptn2 manages action add or subract of pairs of data.
|
||||
* aptn2 manages action add or subtract of pairs of data.
|
||||
*
|
||||
* Q8ACCE XRa, XRb, XRc, XRd, aptn2
|
||||
* Add/subtract quadruple of 8-bit packed in XRb
|
||||
* to another one in XRc, with zero extending
|
||||
* to 16-bit and accumulate results as packed 16-bit data
|
||||
* into XRa and XRd.
|
||||
* aptn2 manages action add or subract of pairs of data.
|
||||
* aptn2 manages action add or subtract of pairs of data.
|
||||
*/
|
||||
static void gen_mxu_q8adde(DisasContext *ctx, bool accumulate)
|
||||
{
|
||||
|
@ -4056,7 +4056,7 @@ static void gen_mxu_s32sfl(DisasContext *ctx)
|
|||
|
||||
/*
|
||||
* Q8SAD XRa, XRd, XRb, XRc
|
||||
* Typical SAD opration for motion estimation.
|
||||
* Typical SAD operation for motion estimation.
|
||||
*/
|
||||
static void gen_mxu_q8sad(DisasContext *ctx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue