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:reg1i21_format
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
alternative.c
88
si_l = src->
reg1i21_format
.immediate_l;
in recompute_jump()
89
si_h = src->
reg1i21_format
.immediate_h;
in recompute_jump()
90
switch (src->
reg1i21_format
.opcode) {
in recompute_jump()
92
BUG_ON(buf->
reg1i21_format
.rj & BIT(4));
in recompute_jump()
102
buf->
reg1i21_format
.immediate_h = offset >> 16;
in recompute_jump()
103
buf->
reg1i21_format
.immediate_l = offset;
in recompute_jump()
H
A
D
inst.c
68
imm_l = insn.
reg1i21_format
.immediate_l;
in simu_branch()
69
imm_h = insn.
reg1i21_format
.immediate_h;
in simu_branch()
70
rj = insn.
reg1i21_format
.rj;
in simu_branch()
71
switch (insn.
reg1i21_format
.opcode) {
in simu_branch()
153
switch (insn.
reg1i21_format
.opcode) {
in insns_not_supported()
H
A
D
kgdb.c
320
rj = ip->
reg1i21_format
.rj;
in get_step_address()
322
si_l = ip->
reg1i21_format
.immediate_l;
in get_step_address()
323
si_h = ip->
reg1i21_format
.immediate_h;
in get_step_address()
325
switch (ip->
reg1i21_format
.opcode) {
in get_step_address()
H
A
D
module.c
219
insn->
reg1i21_format
.immediate_l = opr1 & 0xffff;
in apply_r_larch_sop_imm_field()
220
insn->
reg1i21_format
.immediate_h = (opr1 >> 16) & 0x1f;
in apply_r_larch_sop_imm_field()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
alternative.c
88
si_l = src->
reg1i21_format
.simmediate_l;
in recompute_jump()
89
si_h = src->
reg1i21_format
.simmediate_h;
in recompute_jump()
90
switch (src->
reg1i21_format
.opcode) {
in recompute_jump()
100
buf->
reg1i21_format
.simmediate_h = offset >> 16;
in recompute_jump()
101
buf->
reg1i21_format
.simmediate_l = offset;
in recompute_jump()
H
A
D
inst.c
53
si_l = insn.
reg1i21_format
.simmediate_l;
in simu_branch()
54
si_h = insn.
reg1i21_format
.simmediate_h;
in simu_branch()
55
rj = insn.
reg1i21_format
.rj;
in simu_branch()
56
switch (insn.
reg1i21_format
.opcode) {
in simu_branch()
H
A
D
uprobes.c
33
if (insn.
reg1i21_format
.opcode == bceqz_op) {
in arch_uprobe_analyze_insn()
H
A
D
module.c
230
insn->
reg1i21_format
.simmediate_l = opr1 & 0xffff;
in apply_r_larch_sop_imm_field()
231
insn->
reg1i21_format
.simmediate_h = (opr1 >> 16) & 0x1f;
in apply_r_larch_sop_imm_field()
H
A
D
kprobes.c
78
if (insn.
reg1i21_format
.opcode == bceqz_op) {
in arch_prepare_kprobe()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
inst.h
265
struct
reg1i21_format
{
struct
341
struct
reg1i21_format
reg1i21_format
;
member
410
return ip->
reg1i21_format
.opcode >= beqz_op &&
in is_branch_ins()
411
ip->
reg1i21_format
.opcode <= bgeu_op;
in is_branch_ins()
442
switch (ip->
reg1i21_format
.opcode) {
in is_self_loop_ins()
446
if (ip->
reg1i21_format
.immediate_l == 0
in is_self_loop_ins()
447
&& ip->
reg1i21_format
.immediate_h == 0)
in is_self_loop_ins()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
inst.h
181
return insn.
reg1i21_format
.opcode >= beqz_op &&
in is_branch_insn()
182
insn.
reg1i21_format
.opcode <= bgeu_op;
in is_branch_insn()
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H
A
D
inst.h
410
struct
reg1i21_format
{
struct
468
struct
reg1i21_format
reg1i21_format
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H
A
D
inst.h
422
struct
reg1i21_format
{
struct
480
struct
reg1i21_format
reg1i21_format
;
member
Completed in 11 milliseconds