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:byterev_8
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/lib/
H
A
D
sstep.c
254
static nokprobe_inline unsigned long
byterev_8
(unsigned long x)
in byterev_8()
function
271
*(unsigned long *)ptr =
byterev_8
(*(unsigned long *)ptr);
in do_byte_reverse()
276
tmp =
byterev_8
(up[0]);
in do_byte_reverse()
277
up[0] =
byterev_8
(up[1]);
in do_byte_reverse()
285
tmp =
byterev_8
(up[0]);
in do_byte_reverse()
286
up[0] =
byterev_8
(up[3]);
in do_byte_reverse()
288
tmp =
byterev_8
(up[2]);
in do_byte_reverse()
289
up[2] =
byterev_8
(up[1]);
in do_byte_reverse()
828
reg->d[IS_BE] = !rev ? v :
byterev_8
(v);
in emulate_vsx_load()
889
buf32[0].d[0] =
byterev_8
(re
in emulate_vsx_store()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H
A
D
sstep.c
255
static nokprobe_inline unsigned long
byterev_8
(unsigned long x)
in byterev_8()
function
272
*(unsigned long *)ptr =
byterev_8
(*(unsigned long *)ptr);
in do_byte_reverse()
277
tmp =
byterev_8
(up[0]);
in do_byte_reverse()
278
up[0] =
byterev_8
(up[1]);
in do_byte_reverse()
752
reg->d[IS_BE] = !rev ? v :
byterev_8
(v);
in emulate_vsx_load()
814
buf.d[0] =
byterev_8
(reg->d[1]);
in emulate_vsx_store()
815
buf.d[1] =
byterev_8
(reg->d[0]);
in emulate_vsx_store()
2355
op->val =
byterev_8
(regs->gpr[rd]);
in analyse_instr()
3036
*valp =
byterev_8
(*valp);
in do_byterev()
Completed in 6 milliseconds