Home | History | Annotate | Download | only in priv

Lines Matching refs:abcdefgh

2582    UInt abcdefgh = imm8;
2589 return abcdefgh;
2591 return (abcdefgh << 16) | abcdefgh;
2593 return (abcdefgh << 24) | (abcdefgh << 8);
2595 return (abcdefgh << 24) | (abcdefgh << 16)
2596 | (abcdefgh << 8) | abcdefgh;