HomeSort by relevance Sort by last modified time
    Searched full:msb_expand (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c 605 unsigned long msb_expand, lsb_expand;
625 msb_expand = msb << 12;
629 ret = (insn & 0x0000ffff) | ((opc | msb_expand | lsb_expand) << 16);
604 unsigned long msb_expand, lsb_expand; local
    [all...]

Completed in 127 milliseconds