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:immediate_l
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
alternative.c
72
si_l = src->reg0i26_format.
immediate_l
;
in recompute_jump()
84
buf->reg0i26_format.
immediate_l
= offset;
in recompute_jump()
88
si_l = src->reg1i21_format.
immediate_l
;
in recompute_jump()
103
buf->reg1i21_format.
immediate_l
= offset;
in recompute_jump()
H
A
D
module.c
219
insn->reg1i21_format.
immediate_l
= opr1 & 0xffff;
in apply_r_larch_sop_imm_field()
230
insn->reg0i26_format.
immediate_l
= opr1 & 0xffff;
in apply_r_larch_sop_imm_field()
306
insn->reg0i26_format.
immediate_l
= offset & 0xffff;
in apply_r_larch_b26()
H
A
D
inst.c
56
imm_l = insn.reg0i26_format.
immediate_l
;
in simu_branch()
68
imm_l = insn.reg1i21_format.
immediate_l
;
in simu_branch()
H
A
D
kgdb.c
309
si_l = ip->reg0i26_format.
immediate_l
;
in get_step_address()
322
si_l = ip->reg1i21_format.
immediate_l
;
in get_step_address()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
inst.h
255
unsigned int
immediate_l
: 16;
member
268
unsigned int
immediate_l
: 16;
member
437
if (ip->reg0i26_format.
immediate_l
== 0
in is_self_loop_ins()
446
if (ip->reg1i21_format.
immediate_l
== 0
in is_self_loop_ins()
519
unsigned int
immediate_l
, immediate_h; \
521
immediate_l
= offset & 0xffff; \
526
insn->reg0i26_format.
immediate_l
=
immediate_l
; \
Completed in 5 milliseconds