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

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsh-dis.c140 int is_movy; local
150 is_movy = ((insn & 3) != 0);
152 if (is_movy)
162 (4 * ((insn & (is_movy ? 0x200 : 0x100)) == 0)
163 + 2 * is_movy
164 + 1 * ((insn & (is_movy ? 0x100 : 0x200)) != 0)),
/openbsd-current/gnu/usr.bin/binutils-2.17/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 267 milliseconds