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:r_format
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
process.c
208
if (ip->
r_format
.opcode == mm_pool32a_op &&
in is_jr_ra_ins()
209
ip->
r_format
.func == mm_pool32axf_op &&
in is_jr_ra_ins()
211
ip->
r_format
.rt == 31)
in is_jr_ra_ins()
215
if (ip->
r_format
.opcode == spec_op &&
in is_jr_ra_ins()
216
ip->
r_format
.func == jr_op &&
in is_jr_ra_ins()
217
ip->
r_format
.rs == 31)
in is_jr_ra_ins()
339
if (ip->
r_format
.opcode != mm_pool32a_op ||
in is_jump_ins()
340
ip->
r_format
.func != mm_pool32axf_op)
in is_jump_ins()
348
if (ip->
r_format
.opcode != spec_op)
in is_jump_ins()
350
return ip->
r_format
in is_jump_ins()
[all...]
H
A
D
probes-common.h
18
* jr and jalr are in
r_format
format.
in __insn_has_delay_slot()
21
switch (insn.
r_format
.func) {
in __insn_has_delay_slot()
H
A
D
branch.c
431
* jr and jalr are in
r_format
format.
in __compute_return_epc_for_insn()
434
switch (insn.
r_format
.func) {
in __compute_return_epc_for_insn()
436
regs->regs[insn.
r_format
.rd] = epc + 8;
in __compute_return_epc_for_insn()
439
if (NO_R6EMU && insn.
r_format
.func == jr_op)
in __compute_return_epc_for_insn()
441
regs->cp0_epc = regs->regs[insn.
r_format
.rs];
in __compute_return_epc_for_insn()
H
A
D
uprobes.c
70
switch (inst.
r_format
.func) {
in is_trap_insn()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
dyntrans.c
107
mfc0_inst.
r_format
.opcode = spec_op;
in kvm_mips_trans_mfc0()
108
mfc0_inst.
r_format
.rd = inst.c0r_format.rt;
in kvm_mips_trans_mfc0()
109
mfc0_inst.
r_format
.func = add_op;
in kvm_mips_trans_mfc0()
H
A
D
emulate.c
62
/* jr and jalr are in
r_format
format. */
in kvm_compute_return_epc()
64
switch (insn.
r_format
.func) {
in kvm_compute_return_epc()
66
arch->gprs[insn.
r_format
.rd] = epc + 8;
in kvm_compute_return_epc()
69
nextpc = arch->gprs[insn.
r_format
.rs];
in kvm_compute_return_epc()
2330
switch (inst.
r_format
.opcode) {
in kvm_mips_emulate_inst()
2883
if (inst.
r_format
.opcode == spec3_op &&
in kvm_mips_handle_ri()
2884
inst.
r_format
.func == rdhwr_op &&
in kvm_mips_handle_ri()
2885
inst.
r_format
.rs == 0 &&
in kvm_mips_handle_ri()
2886
(inst.
r_format
.re >> 3) == 0) {
in kvm_mips_handle_ri()
2888
int rd = inst.
r_format
in kvm_mips_handle_ri()
[all...]
H
A
D
vz.c
1232
switch (inst.
r_format
.opcode) {
in kvm_trap_vz_handle_gpsi()
1256
if (inst.
r_format
.rs || (inst.
r_format
.re >> 3))
in kvm_trap_vz_handle_gpsi()
1259
rd = inst.
r_format
.rd;
in kvm_trap_vz_handle_gpsi()
1260
rt = inst.
r_format
.rt;
in kvm_trap_vz_handle_gpsi()
1261
sel = inst.
r_format
.re & 0x7;
in kvm_trap_vz_handle_gpsi()
/kernel/linux/linux-5.10/arch/mips/oprofile/
H
A
D
backtrace.c
56
if (ip->
r_format
.func == jr_op && ip->
r_format
.rs == 31)
in is_end_of_function_marker()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
process.c
324
if (ip->
r_format
.opcode != mm_pool32a_op ||
in is_jump_ins()
325
ip->
r_format
.func != mm_pool32axf_op)
in is_jump_ins()
333
if (ip->
r_format
.opcode != spec_op)
in is_jump_ins()
335
return ip->
r_format
.func == jalr_op || ip->
r_format
.func == jr_op;
in is_jump_ins()
H
A
D
probes-common.h
18
* jr and jalr are in
r_format
format.
in __insn_has_delay_slot()
21
switch (insn.
r_format
.func) {
in __insn_has_delay_slot()
H
A
D
branch.c
431
* jr and jalr are in
r_format
format.
in __compute_return_epc_for_insn()
434
switch (insn.
r_format
.func) {
in __compute_return_epc_for_insn()
436
regs->regs[insn.
r_format
.rd] = epc + 8;
in __compute_return_epc_for_insn()
439
if (NO_R6EMU && insn.
r_format
.func == jr_op)
in __compute_return_epc_for_insn()
441
regs->cp0_epc = regs->regs[insn.
r_format
.rs];
in __compute_return_epc_for_insn()
H
A
D
uprobes.c
70
switch (inst.
r_format
.func) {
in is_trap_insn()
/kernel/linux/linux-5.10/arch/mips/math-emu/
H
A
D
cp1emu.c
167
mips32_insn.
r_format
.opcode = cop1x_op;
in microMIPS32_to_MIPS32()
168
mips32_insn.
r_format
.rs =
in microMIPS32_to_MIPS32()
170
mips32_insn.
r_format
.rt =
in microMIPS32_to_MIPS32()
172
mips32_insn.
r_format
.rd = 0;
in microMIPS32_to_MIPS32()
173
mips32_insn.
r_format
.re = insn.mm_fp5_format.fd;
in microMIPS32_to_MIPS32()
174
mips32_insn.
r_format
.func = func;
in microMIPS32_to_MIPS32()
253
mips32_insn.
r_format
.opcode = spec_op;
in microMIPS32_to_MIPS32()
254
mips32_insn.
r_format
.rs = insn.mm_fp4_format.fs;
in microMIPS32_to_MIPS32()
255
mips32_insn.
r_format
.rt =
in microMIPS32_to_MIPS32()
257
mips32_insn.
r_format
in microMIPS32_to_MIPS32()
[all...]
/kernel/linux/linux-6.6/arch/mips/math-emu/
H
A
D
cp1emu.c
167
mips32_insn.
r_format
.opcode = cop1x_op;
in microMIPS32_to_MIPS32()
168
mips32_insn.
r_format
.rs =
in microMIPS32_to_MIPS32()
170
mips32_insn.
r_format
.rt =
in microMIPS32_to_MIPS32()
172
mips32_insn.
r_format
.rd = 0;
in microMIPS32_to_MIPS32()
173
mips32_insn.
r_format
.re = insn.mm_fp5_format.fd;
in microMIPS32_to_MIPS32()
174
mips32_insn.
r_format
.func = func;
in microMIPS32_to_MIPS32()
253
mips32_insn.
r_format
.opcode = spec_op;
in microMIPS32_to_MIPS32()
254
mips32_insn.
r_format
.rs = insn.mm_fp4_format.fs;
in microMIPS32_to_MIPS32()
255
mips32_insn.
r_format
.rt =
in microMIPS32_to_MIPS32()
257
mips32_insn.
r_format
in microMIPS32_to_MIPS32()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
inst.h
657
struct
r_format
{ /* Register format */
struct
1091
struct
r_format
r_format
;
member
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
inst.h
678
struct
r_format
{ /* Register format */
struct
1123
struct
r_format
r_format
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
inst.h
761
struct
r_format
{
struct
945
struct
r_format
r_format
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
inst.h
761
struct
r_format
{
struct
945
struct
r_format
r_format
;
member
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
vz.c
1230
switch (inst.
r_format
.opcode) {
in kvm_trap_vz_handle_gpsi()
1254
if (inst.
r_format
.rs || (inst.
r_format
.re >> 3))
in kvm_trap_vz_handle_gpsi()
1257
rd = inst.
r_format
.rd;
in kvm_trap_vz_handle_gpsi()
1258
rt = inst.
r_format
.rt;
in kvm_trap_vz_handle_gpsi()
1259
sel = inst.
r_format
.re & 0x7;
in kvm_trap_vz_handle_gpsi()
H
A
D
emulate.c
61
/* jr and jalr are in
r_format
format. */
in kvm_compute_return_epc()
63
switch (insn.
r_format
.func) {
in kvm_compute_return_epc()
65
arch->gprs[insn.
r_format
.rd] = epc + 8;
in kvm_compute_return_epc()
68
nextpc = arch->gprs[insn.
r_format
.rs];
in kvm_compute_return_epc()
Completed in 30 milliseconds