target/sparc: Translate flushw opcode
commitaa04c9d9ef962d516af5ca89667de4282d1c22ef
authorGiuseppe Musacchio <thatlemon@gmail.com>
Thu, 25 Jun 2020 09:12:03 +0000 (25 11:12 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 29 Jun 2020 10:59:50 +0000 (29 12:59 +0200)
tree92f95f76ad1a6deae938cbe075853225b32ab806
parente7651153a8801dad6805d450ea8bef9b46c1adf5
target/sparc: Translate flushw opcode

The ifdef logic should unconditionally compile in the `xop == 0x2b` case
when targeting sparc64.

Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200625091204.3186186-2-laurent@vivier.eu>
target/sparc/translate.c