From f45812f66accb8b4a6d0f770ad185e6614240552 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 7 Sep 1999 17:26:21 +0000 Subject: Add patterns with correct names for mulu and muls instructions (mulu.w and muls.w) --- opcodes/ChangeLog | 5 +++++ opcodes/sh-opc.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 34f99fa..58f39a1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +1999-09-07 Nick Clifton + + * sh-opc.h: Add mulu.w and muls.w patterns. These are the correct + names for the mulu and muls patterns. + 1999-09-04 Steve Chamberlain * pj-opc.c: New file. diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h index dc1aae5..0ffc1c8 100644 --- a/opcodes/sh-opc.h +++ b/opcodes/sh-opc.h @@ -309,10 +309,12 @@ sh_opcode_info sh_table[] = { /* 0000nnnn00101001 movt */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}}, +/* 0010nnnnmmmm1111 muls.w ,*/{"muls.w",{ A_REG_M,A_REG_N},{HEX_2,REG_N,REG_M,HEX_F}}, /* 0010nnnnmmmm1111 muls ,*/{"muls",{ A_REG_M,A_REG_N},{HEX_2,REG_N,REG_M,HEX_F}}, /* 0000nnnnmmmm0111 mul.l ,*/{"mul.l",{ A_REG_M,A_REG_N},{HEX_0,REG_N,REG_M,HEX_7}}, +/* 0010nnnnmmmm1110 mulu.w ,*/{"mulu.w",{ A_REG_M,A_REG_N},{HEX_2,REG_N,REG_M,HEX_E}}, /* 0010nnnnmmmm1110 mulu ,*/{"mulu",{ A_REG_M,A_REG_N},{HEX_2,REG_N,REG_M,HEX_E}}, /* 0110nnnnmmmm1011 neg , */{"neg",{ A_REG_M,A_REG_N},{HEX_6,REG_N,REG_M,HEX_B}}, -- cgit v1.1