Searched refs:msbs (Results 1 - 2 of 2) sorted by last modified time

/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c305 static const int msbs[] = { local
316 for (size_t i = 0; i < sizeof(msbs)/sizeof(msbs[0]); i++) {
317 int msb = msbs[i];
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S29 | extracts and shifts. The three msbs from d2 will go into
87 | A3. Multiply d2:d3 by 8; extract msbs into d1.
89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
93 orl %d6,%d2 |or in msbs from d3 into d2

Completed in 159 milliseconds