Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:xff000000

2814 /// ((x&0xff)<<8)|((x&0xff00)>>8)|((x&0x00ff0000)<<8)|((x&0xff000000)>>8)
2834 case 0xFF000000: Num = 3; break;
2850 // (x << 8) & 0xff000000
2867 // (x & 0xff000000) >> 8
2883 /// ((x&0xff)<<8)|((x&0xff00)>>8)|((x&0x00ff0000)<<8)|((x&0xff000000)>>8)