Searched refs:decode_mips_operand (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2013 | 34 * opcodes/mips-opc.c (decode_mips_operand): Reduced range of +o, +u, 168 * mips-opc.c (decode_mips_operand): Add +T, +U, +V, +W, +d, +e, +h, +k, 282 * mips-opc.c (decode_mips_operand): Likewise. 323 (decode_mips_operand): Handle new VU0 operand types. 767 (decode_mips_operand): New function.
|
D | mips-dis.c | 1788 if (!validate_insn_args (op, decode_mips_operand, word)) in print_insn_mips() 1804 print_insn_args (info, op, decode_mips_operand, word, in print_insn_mips()
|
D | ChangeLog | 200 * mips-opc.c (decode_mips_operand): Add support for -a, -b, -d, -s,
|
D | mips-opc.c | 64 decode_mips_operand (const char *p) in decode_mips_operand() function
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | mips.h | 1733 extern const struct mips_operand *decode_mips_operand (const char *);
|
D | ChangeLog | 325 (decode_mips_operand, decode_micromips_operand): Declare.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 3531 decode_mips_operand, &mips_operands[i])) in md_begin() 7843 : decode_mips_operand (args + 1)); in match_insn() 8027 : decode_mips_operand (args)); in match_insn() 8677 : decode_mips_operand (fmt)); in macro_build()
|