Searched refs:msbs (Results 1 – 2 of 2) sorted by relevance
29 | extracts and shifts. The three msbs from d2 will go into87 | A3. Multiply d2:d3 by 8; extract msbs into d1.89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d191 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d693 orl %d6,%d2 |or in msbs from d3 into d2
305 static const int msbs[] = { in test_syscall_numbering() local316 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()