Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmips-tdep.c1183 unsigned int nexthalf; in unpack_mips16() local
1186 nexthalf = mips_fetch_instruction (pc + 2); /* low bit still set */ in unpack_mips16()
1187 value |= nexthalf; in unpack_mips16()