Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dvax-dis.c276 int float_word; local
278 float_word = p[0] | (p[1] << 8);
280 && (float_word & 0xff80) == 0x8000)
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dvax-dis.c244 int float_word; in print_insn_mode() local
246 float_word = p[0] | (p[1] << 8); in print_insn_mode()
248 && (float_word & 0xff80) == 0x8000) in print_insn_mode()