Searched refs:decode_mips16_operand (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | mips16-opc.c | 48 decode_mips16_operand (char type, bfd_boolean extended_p) in decode_mips16_operand() function
|
D | mips-dis.c | 1793 operand = decode_mips16_operand (type, FALSE); in print_mips16_insn_arg() 1892 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.27/include/opcode/ |
D | mips.h | 1862 extern const struct mips_operand *decode_mips16_operand (char, bfd_boolean);
|
D | ChangeLog-0415 | 677 (decode_mips16_operand): Declare.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 3352 operand = decode_mips16_operand (*s, FALSE); in validate_mips_insn() 7985 operand = decode_mips16_operand (args[1], FALSE); in match_mips16_insn() 8070 operand = decode_mips16_operand (c, FALSE); in match_mips16_insn() 8083 ext_operand = decode_mips16_operand (c, TRUE); in match_mips16_insn() 8665 operand = decode_mips16_operand (c, FALSE); in mips16_macro_build() 13786 operand = decode_mips16_operand (type, extended_p); in mips16_immed_operand()
|