Searched refs:decode_mips16_operand (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmips-dis.c2141 operand = decode_mips16_operand (type, false);
2178 ext_operand = decode_mips16_operand (type, true);
2434 operand = decode_mips16_operand (*s, true);
2437 operand = decode_mips16_operand (*s, true);
H A Dmips16-opc.c48 decode_mips16_operand (char type, bool extended_p) function
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmips-dis.c2032 operand = decode_mips16_operand (type, FALSE);
2069 ext_operand = decode_mips16_operand (type, TRUE);
2323 operand = decode_mips16_operand (*s, TRUE);
2326 operand = decode_mips16_operand (*s, TRUE);
H A Dmips16-opc.c48 decode_mips16_operand (char type, bfd_boolean extended_p) function
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmips-dis.c2061 operand = decode_mips16_operand (type, false);
2098 ext_operand = decode_mips16_operand (type, true);
2352 operand = decode_mips16_operand (*s, true);
2355 operand = decode_mips16_operand (*s, true);
H A Dmips16-opc.c48 decode_mips16_operand (char type, bool extended_p) function
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmips-dis.c2138 operand = decode_mips16_operand (type, false);
2175 ext_operand = decode_mips16_operand (type, true);
2431 operand = decode_mips16_operand (*s, true);
2434 operand = decode_mips16_operand (*s, true);
H A Dmips16-opc.c48 decode_mips16_operand (char type, bool extended_p) function
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dmips.h1976 extern const struct mips_operand *decode_mips16_operand (char, bool);
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dmips.h1945 extern const struct mips_operand *decode_mips16_operand (char, bfd_boolean);
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dmips.h1966 extern const struct mips_operand *decode_mips16_operand (char, bool);
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dmips.h1970 extern const struct mips_operand *decode_mips16_operand (char, bool);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mips.c3565 operand = decode_mips16_operand (*s, mips_opcode_32bit_p (opcode));
8531 operand = decode_mips16_operand (args[1], FALSE);
8621 operand = decode_mips16_operand (c, mips_opcode_32bit_p (opcode));
8629 ext_operand = decode_mips16_operand (c, TRUE);
9260 operand = decode_mips16_operand (c, FALSE);
14479 /* Like decode_mips16_operand, but require the operand to be defined and
14487 operand = decode_mips16_operand (type, extended_p);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c3580 operand = decode_mips16_operand (*s, mips_opcode_32bit_p (opcode));
8616 operand = decode_mips16_operand (args[1], false);
8706 operand = decode_mips16_operand (c, mips_opcode_32bit_p (opcode));
8714 ext_operand = decode_mips16_operand (c, true);
9345 operand = decode_mips16_operand (c, false);
14578 /* Like decode_mips16_operand, but require the operand to be defined and
14586 operand = decode_mips16_operand (type, extended_p);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c3577 operand = decode_mips16_operand (*s, mips_opcode_32bit_p (opcode));
8617 operand = decode_mips16_operand (args[1], false);
8707 operand = decode_mips16_operand (c, mips_opcode_32bit_p (opcode));
8715 ext_operand = decode_mips16_operand (c, true);
9346 operand = decode_mips16_operand (c, false);
14585 /* Like decode_mips16_operand, but require the operand to be defined and
14593 operand = decode_mips16_operand (type, extended_p);

Completed in 688 milliseconds