Home | History | Annotate | Download | only in opcodes

Lines Matching full:msb_expand

605   unsigned long msb_expand, lsb_expand;
625 msb_expand = msb << 12;
629 ret = (insn & 0x0000ffff) | ((opc | msb_expand | lsb_expand) << 16);