Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dh8300-dis.c78 int thisnib, in extract_immediate() argument
88 *cst = thisnib & 3; in extract_immediate()
359 int thisnib = data[len / 2]; in bfd_h8_disassemble() local
362 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib / 16) & 0xf); in bfd_h8_disassemble()
368 if (looking_for != thisnib) in bfd_h8_disassemble()
375 if (!((thisnib & 0x8) != 0)) in bfd_h8_disassemble()
379 thisnib &= 0x7; in bfd_h8_disassemble()
383 if (!((thisnib & 0x8) == 0)) in bfd_h8_disassemble()
391 if (!((thisnib & 0x4) != 0)) in bfd_h8_disassemble()
395 thisnib &= 0xb; in bfd_h8_disassemble()
[all …]