include/opcode/
* mips.h: Remove references to "+I" and imm2_expr. gas/ * config/tc-mips.c (imm2_expr): Delete. (md_assemble, match_insn, imm2_expr.X_op, mips_ip): Update accordingly.
This commit is contained in:
parent
17f82971d5
commit
d244f86a4d
|
@ -1,3 +1,7 @@
|
||||||
|
2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
|
* mips.h: Remove references to "+I" and imm2_expr.
|
||||||
|
|
||||||
2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
|
2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* mips.h (M_DEXT, M_DINS): Delete.
|
* mips.h (M_DEXT, M_DINS): Delete.
|
||||||
|
|
|
@ -799,7 +799,6 @@ struct mips_opcode
|
||||||
Macro instructions:
|
Macro instructions:
|
||||||
"A" General 32 bit expression
|
"A" General 32 bit expression
|
||||||
"I" 32 bit immediate (value placed in imm_expr).
|
"I" 32 bit immediate (value placed in imm_expr).
|
||||||
"+I" 32 bit immediate (value placed in imm2_expr).
|
|
||||||
"F" 64 bit floating point constant in .rdata
|
"F" 64 bit floating point constant in .rdata
|
||||||
"L" 64 bit floating point constant in .lit8
|
"L" 64 bit floating point constant in .lit8
|
||||||
"f" 32 bit floating point constant
|
"f" 32 bit floating point constant
|
||||||
|
@ -906,7 +905,7 @@ struct mips_opcode
|
||||||
Extension character sequences used so far ("+" followed by the
|
Extension character sequences used so far ("+" followed by the
|
||||||
following), for quick reference when adding more:
|
following), for quick reference when adding more:
|
||||||
"1234567890"
|
"1234567890"
|
||||||
"ABCEFGHIJKLMNPQSXZ"
|
"ABCEFGHJKLMNPQSXZ"
|
||||||
"abcfgijmpqrstxyz"
|
"abcfgijmpqrstxyz"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -2025,7 +2024,6 @@ extern const int bfd_mips16_num_opcodes;
|
||||||
Macro instructions:
|
Macro instructions:
|
||||||
"A" general 32 bit expression
|
"A" general 32 bit expression
|
||||||
"I" 32-bit immediate (value placed in imm_expr).
|
"I" 32-bit immediate (value placed in imm_expr).
|
||||||
"+I" 32-bit immediate (value placed in imm2_expr).
|
|
||||||
"F" 64-bit floating point constant in .rdata
|
"F" 64-bit floating point constant in .rdata
|
||||||
"L" 64-bit floating point constant in .lit8
|
"L" 64-bit floating point constant in .lit8
|
||||||
"f" 32-bit floating point constant
|
"f" 32-bit floating point constant
|
||||||
|
@ -2062,7 +2060,7 @@ extern const int bfd_mips16_num_opcodes;
|
||||||
following), for quick reference when adding more:
|
following), for quick reference when adding more:
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
"ABCEFGHI"
|
"ABCEFGH"
|
||||||
"ij"
|
"ij"
|
||||||
|
|
||||||
Extension character sequences used so far ("m" followed by the
|
Extension character sequences used so far ("m" followed by the
|
||||||
|
|
Loading…
Reference in New Issue