Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmips-dis.c1777 const struct mips_operand *operand, *ext_operand; in print_mips16_insn_arg() local
1892 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()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c7954 const struct mips_operand *ext_operand; in match_mips16_insn() local
8083 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()