Add support for SPARC T4 crypto instructions.
include/opcode/ * sparc.h: Document new arg code' )' for crypto RS3 immediates. opcodes/ * sparc-dis.c (print_insn_sparc): Handle ')'. * sparc-opc.c (sparc_opcodes): Add crypto instructions. gas/ * config/tc-sparc.c (sparc_ip): Likewise. Accept instruction names containing "_". (sparc_arch_table): Add sparc4, v8pluse, and v9e. Add crypto hwcap masks to v8plusv and v9v. gas/testsuite/ * gas/sparc/crypto.s: New file. * gas/sparc/crypto.d: New file. * gas/sparc/sparc.exp: Run crypto test.
This commit is contained in:
parent
ec668d69b9
commit
6cda13266f
11 changed files with 356 additions and 3 deletions
|
@ -704,6 +704,10 @@ print_insn_sparc (bfd_vma memaddr, disassemble_info *info)
|
|||
}
|
||||
break;
|
||||
|
||||
case ')': /* 5 bit unsigned immediate from RS3. */
|
||||
(info->fprintf_func) (stream, "%#x", X_RS3 (insn));
|
||||
break;
|
||||
|
||||
case 'X': /* 5 bit unsigned immediate. */
|
||||
case 'Y': /* 6 bit unsigned immediate. */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue