Searched refs:ext_operand (Results 1 – 2 of 2) sorted by relevance
1777 const struct mips_operand *operand, *ext_operand; in print_mips16_insn_arg() local1892 ext_operand = decode_mips16_operand (type, TRUE); in print_mips16_insn_arg()1893 if (ext_operand != operand) in print_mips16_insn_arg()1895 operand = ext_operand; in print_mips16_insn_arg()
7954 const struct mips_operand *ext_operand; in match_mips16_insn() local8083 ext_operand = decode_mips16_operand (c, TRUE); in match_mips16_insn()8084 if (operand != ext_operand) in match_mips16_insn()8103 && (ext_operand->size != 16 || c == '8')) in match_mips16_insn()