Searched refs:decode_mips16_operand (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mips16-opc.c | 48 decode_mips16_operand (char type, bfd_boolean extended_p) in decode_mips16_operand() function
|
D | mips-dis.c | 1848 operand = decode_mips16_operand (type, FALSE); in print_mips16_insn_arg() 1947 ext_operand = decode_mips16_operand (type, TRUE); in print_mips16_insn_arg()
|
D | ChangeLog-2013 | 283 * mips16-opc.c (decode_mips16_operand): Likewise. 334 * mips16-opc.c (decode_mips16_operand): Likewise. 753 (decode_mips16_operand): New function.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | mips.h | 1874 extern const struct mips_operand *decode_mips16_operand (char, bfd_boolean);
|
D | ChangeLog | 315 (decode_mips16_operand): Declare.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 3383 operand = decode_mips16_operand (*s, FALSE); in validate_mips_insn() 8090 operand = decode_mips16_operand (args[1], FALSE); in match_mips16_insn() 8175 operand = decode_mips16_operand (c, FALSE); in match_mips16_insn() 8188 ext_operand = decode_mips16_operand (c, TRUE); in match_mips16_insn() 8770 operand = decode_mips16_operand (c, FALSE); in mips16_macro_build() 13889 operand = decode_mips16_operand (type, extended_p); in mips16_immed_operand()
|