Home
last modified time | relevance | path

Searched refs:msbs (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/m68k/fpsp040/
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
/linux-6.1.9/tools/testing/selftests/x86/
Dsyscall_numbering.c305 static const int msbs[] = { in test_syscall_numbering() local
316 for (size_t i = 0; i < sizeof(msbs)/sizeof(msbs[0]); i++) { in test_syscall_numbering()
317 int msb = msbs[i]; in test_syscall_numbering()