Home
last modified time | relevance | path

Searched refs:decode_mips16_operand (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dmips16-opc.c48 decode_mips16_operand (char type, bfd_boolean extended_p) in decode_mips16_operand() function
Dmips-dis.c1793 operand = decode_mips16_operand (type, FALSE); in print_mips16_insn_arg()
1892 ext_operand = decode_mips16_operand (type, TRUE); in print_mips16_insn_arg()
DChangeLog-2013283 * 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/
Dmips.h1862 extern const struct mips_operand *decode_mips16_operand (char, bfd_boolean);
DChangeLog-0415677 (decode_mips16_operand): Declare.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c3352 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()