Removed obsolete MAC instructions
Created by: jessicamills
gas/testsuite/ChangeLog.COREV:
* gas/riscv/cv-mac-machhsn.d: Remove obsolete instruction cv.machhs.
* gas/riscv/cv-mac-machhun.d: Remove obsolete instruction cv.machhu.
* gas/riscv/cv-mac-macsn.d: Remove obsolete instruction cv.macs.
* gas/riscv/cv-mac-macun.d: Remove obsolete instruction cv.macu.
include/ChangeLog.COREV:
Removed obsolete matches and rename mask accordingly.
* opcode/riscv-opc.h (MATCH_MACS, MATCH_MACHHS, MATCH_MACU)
(MATCH_MACHHU): Delete matches.
(MASK_MULMAC): Rename mask to MASK_MULSH.
opcodes/ChangeLog.COREV:
Remove obsolete instructions.
* riscv-opc.c (riscv_opcodes): Delete entries for cv.macs,
cv.machhs, cv.macu and cv.machhu.
Signed-off-by: Jessica Mills jessica.mills@embecosm.com