Home | History | Annotate | Download | only in gas

Lines Matching refs:x3F

758   res |= start    & 0x3F;
759 res |= (oplen & 0x3F) << 6;
760 res |= (len & 0x3F) << 12;