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:j_format
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
jump_label.c
62
insn.
j_format
.opcode = bc6_op;
in arch_jump_label_transform()
63
insn.
j_format
.target = offset;
in arch_jump_label_transform()
72
insn.
j_format
.opcode = J_ISA_BIT ? mm_j32_op : j_op;
in arch_jump_label_transform()
73
insn.
j_format
.target = e->target >> J_RANGE_SHIFT;
in arch_jump_label_transform()
H
A
D
process.c
320
if (ip->
j_format
.opcode == mm_j32_op)
in is_jump_ins()
322
if (ip->
j_format
.opcode == mm_jal32_op)
in is_jump_ins()
329
if (ip->
j_format
.opcode == j_op)
in is_jump_ins()
331
if (ip->
j_format
.opcode == jal_op)
in is_jump_ins()
470
if (ip->
j_format
.opcode == j_op)
in get___schedule_addr()
471
return J_TARGET(ip, ip->
j_format
.target);
in get___schedule_addr()
H
A
D
branch.c
238
*contpc |= (insn.
j_format
.target << 2);
in __mm_isBranchInstr()
249
*contpc |= (insn.
j_format
.target << 1);
in __mm_isBranchInstr()
561
* These are unconditional and in
j_format
.
in __compute_return_epc_for_insn()
571
epc |= (insn.
j_format
.target << 2);
in __compute_return_epc_for_insn()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
jump_label.c
62
insn.
j_format
.opcode = bc6_op;
in arch_jump_label_transform()
63
insn.
j_format
.target = offset;
in arch_jump_label_transform()
72
insn.
j_format
.opcode = J_ISA_BIT ? mm_j32_op : j_op;
in arch_jump_label_transform()
73
insn.
j_format
.target = e->target >> J_RANGE_SHIFT;
in arch_jump_label_transform()
H
A
D
process.c
335
if (ip->
j_format
.opcode == mm_j32_op)
in is_jump_ins()
337
if (ip->
j_format
.opcode == mm_jal32_op)
in is_jump_ins()
344
if (ip->
j_format
.opcode == j_op)
in is_jump_ins()
346
if (ip->
j_format
.opcode == jal_op)
in is_jump_ins()
487
if (ip->
j_format
.opcode == j_op)
in get___schedule_addr()
488
return J_TARGET(ip, ip->
j_format
.target);
in get___schedule_addr()
H
A
D
branch.c
238
*contpc |= (insn.
j_format
.target << 2);
in __mm_isBranchInstr()
249
*contpc |= (insn.
j_format
.target << 1);
in __mm_isBranchInstr()
561
* These are unconditional and in
j_format
.
in __compute_return_epc_for_insn()
571
epc |= (insn.
j_format
.target << 2);
in __compute_return_epc_for_insn()
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
inst.h
626
struct
j_format
{
struct
1087
struct
j_format
j_format
;
member
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
inst.h
647
struct
j_format
{
struct
1119
struct
j_format
j_format
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
inst.h
745
struct
j_format
{
struct
941
struct
j_format
j_format
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
inst.h
745
struct
j_format
{
struct
941
struct
j_format
j_format
;
member
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
emulate.c
139
/* These are unconditional and in
j_format
. */
in kvm_compute_return_epc()
147
epc |= (insn.
j_format
.target << 2);
in kvm_compute_return_epc()
/kernel/linux/linux-5.10/arch/mips/math-emu/
H
A
D
cp1emu.c
515
*contpc |= (insn.
j_format
.target << 2);
in isBranchInstr()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
emulate.c
140
/* These are unconditional and in
j_format
. */
in kvm_compute_return_epc()
148
epc |= (insn.
j_format
.target << 2);
in kvm_compute_return_epc()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H
A
D
cp1emu.c
515
*contpc |= (insn.
j_format
.target << 2);
in isBranchInstr()
Completed in 28 milliseconds