Searched refs:ext_operand (Results 1 – 2 of 2) sorted by relevance
1832 const struct mips_operand *operand, *ext_operand; in print_mips16_insn_arg() local1947 ext_operand = decode_mips16_operand (type, TRUE); in print_mips16_insn_arg()1948 if (ext_operand != operand) in print_mips16_insn_arg()1950 operand = ext_operand; in print_mips16_insn_arg()
8059 const struct mips_operand *ext_operand; in match_mips16_insn() local8188 ext_operand = decode_mips16_operand (c, TRUE); in match_mips16_insn()8189 if (operand != ext_operand) in match_mips16_insn()8208 && (ext_operand->size != 16 || c == '8')) in match_mips16_insn()