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:imm11_5
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
module.c
141
u32
imm11_5
= (v & 0xfe0) << (31 - 11);
in apply_r_riscv_pcrel_lo12_s_rela()
local
144
*location = (*location & 0x1fff07f) |
imm11_5
| imm4_0;
in apply_r_riscv_pcrel_lo12_s_rela()
181
u32
imm11_5
= (lo12 & 0xfe0) << (31 - 11);
in apply_r_riscv_lo12_s_rela()
local
183
*location = (*location & 0x1fff07f) |
imm11_5
| imm4_0;
in apply_r_riscv_lo12_s_rela()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
module.c
142
u32
imm11_5
= (v & 0xfe0) << (31 - 11);
in apply_r_riscv_pcrel_lo12_s_rela()
local
145
*location = (*location & 0x1fff07f) |
imm11_5
| imm4_0;
in apply_r_riscv_pcrel_lo12_s_rela()
182
u32
imm11_5
= (lo12 & 0xfe0) << (31 - 11);
in apply_r_riscv_lo12_s_rela()
local
184
*location = (*location & 0x1fff07f) |
imm11_5
| imm4_0;
in apply_r_riscv_lo12_s_rela()
/kernel/linux/linux-5.10/arch/riscv/net/
H
A
D
bpf_jit.h
240
u8
imm11_5
= imm11_0 >> 5, imm4_0 = imm11_0 & 0x1f;
in rv_s_insn()
local
242
return (
imm11_5
<< 25) | (rs2 << 20) | (rs1 << 15) | (funct3 << 12) |
in rv_s_insn()
/kernel/linux/linux-6.6/arch/riscv/net/
H
A
D
bpf_jit.h
244
u8
imm11_5
= imm11_0 >> 5, imm4_0 = imm11_0 & 0x1f;
in rv_s_insn()
local
246
return (
imm11_5
<< 25) | (rs2 << 20) | (rs1 << 15) | (funct3 << 12) |
in rv_s_insn()
Completed in 8 milliseconds