diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 16:06:51 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 16:06:51 +0000 |
commit | 3eebd5eb0363a2a057d2c24854152d99a5e546bf (patch) | |
tree | 8b23d5171b5c275909fe9f0261f8e512a71267fa /opcodes/mips-opc.c | |
parent | 89c0d58cff57c3d7ac51999eeb39b9493db5ab85 (diff) | |
download | binutils-gdb-3eebd5eb0363a2a057d2c24854152d99a5e546bf.tar.gz |
gas/
* config/tc-mips.c (macro): Handle M_PREF_AB.
include/opcode/
* mips.h (M_PREF_AB): New enum value.
opcodes/
* mips-opc.c (mips_builtin_opcodes): Add "pref" macro.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r-- | opcodes/mips-opc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index fc25e077c2a..78b3fa782b4 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -191,6 +191,7 @@ const struct mips_opcode mips_builtin_opcodes[] = instruction name anyhow. */ /* name, args, match, mask, pinfo, pinfo2, membership */ {"pref", "k,o(b)", 0xcc000000, 0xfc000000, RD_b, 0, I4_32|G3 }, +{"pref", "k,A(b)", 0, (int) M_PREF_AB, INSN_MACRO, 0, I4_32|G3 }, {"prefx", "h,t(b)", 0x4c00000f, 0xfc0007ff, RD_b|RD_t|FP_S, 0, I4_33 }, {"nop", "", 0x00000000, 0xffffffff, 0, INSN2_ALIAS, I1 }, /* sll */ {"ssnop", "", 0x00000040, 0xffffffff, 0, INSN2_ALIAS, I1 }, /* sll */ |