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

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dsh-dis.c133 int is_movy; local
143 is_movy = ((insn & 3) != 0);
145 if (is_movy)
155 (4 * ((insn & (is_movy ? 0x200 : 0x100)) == 0)
156 + 2 * is_movy
157 + 1 * ((insn & (is_movy ? 0x100 : 0x200)) != 0)),

Completed in 81 milliseconds