Commit 58f348e3 authored by Jessica Mills's avatar Jessica Mills Committed by Maxim Blinov
Browse files

Removed obsolete MAC instructions



gas/testsuite/ChangeLog.COREV:

	* gas/riscv/cv-mac-machhsn.d: Removed obsolete instruction cv.machhs.
	* gas/riscv/cv-mac-machhun.d: Removed obsolete instruction cv.machhu.
	* gas/riscv/cv-mac-macsn.d: Removed obsolete instruction cv.macs.
	* gas/riscv/cv-mac-macun.d: Removed obsolete instruction cv.macu.

include/ChangeLog.COREV:

	* opcode/riscv-opc.h: Removed obsolete matches and renamed mask
	accordingly -
	MATCH_MACS:	Removed.
	MATCH_MACHHS:	Removed.
	MATCH_MACU:	Removed.
	MATCH_MACHHU:	Removed.
	MASK_MULMAC ->	MASK_MULSH

opcodes/ChangeLog.COREV:

	* riscv-opc.c: Removed obsolete instructions -
	cv.macs:	Removed.
	cv.machhs:	Removed.
	cv.macu:	Removed.
	cv.machhu:	Removed.

Signed-off-by: default avatarJessica Mills <jessica.mills@embecosm.com>
parent f91cc7e8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment