Home
last modified time | relevance | path

Searched refs:ext_operand (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1832 const struct mips_operand *operand, *ext_operand; in print_mips16_insn_arg() local
1947 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()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c8059 const struct mips_operand *ext_operand; in match_mips16_insn() local
8188 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()