diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:11:02 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:11:02 +0000 |
commit | ca25afceeabadb26de9040d22859d2496da44bb9 (patch) | |
tree | 1871a1ad92b1499beb514e44a17f31a1d31354fc /include/opcode/mips.h | |
parent | 2f59599ba8c03c5f4550640f8cf15e549f48e1e0 (diff) | |
download | cygnal-ca25afceeabadb26de9040d22859d2496da44bb9.tar.gz cygnal-ca25afceeabadb26de9040d22859d2496da44bb9.tar.bz2 cygnal-ca25afceeabadb26de9040d22859d2496da44bb9.zip |
include/opcode/
* mips.h: Document MIPS16 "I" opcode.
opcodes/
* mips16-opc.c (mips16_opcodes): Use "I" for immediate operands
in macros.
gas/
* config/tc-mips.c (mips16_ip): Handle "I".
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 89ea3e9a7..21128892a 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -1305,6 +1305,8 @@ extern int bfd_mips_num_opcodes; "l" register list for entry instruction "L" register list for exit instruction + "I" an immediate value used for macros + The remaining codes may be extended. Except as otherwise noted, the full extended operand is a 16 bit signed value. "<" 3 bit unsigned shift count * 0 (MIPS16OP_*_RZ) (full 5 bit unsigned) |