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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.c378 int currbit;
391 currbit = opcode & (((ia64_insn) 1) << currbitnum) ? 1 : 0;
401 if (currbit == 0 && (op & 0x80))
432 else if (! currbit)
443 if (currbit && (op & 0x30) != 0 && ((op & 0x30) != 0x30))
370 int currbit; local

Completed in 110 milliseconds