Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:msbs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
syscall_numbering.c
305
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()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H
A
D
binstr.S
29
| 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
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H
A
D
binstr.S
29
| 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 1 milliseconds