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:MIPSInst_RD
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
mips-r2-to-r6-emul.c
105
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
106
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
114
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
115
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
123
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
124
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
132
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
133
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
141
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
142
regs->regs[
MIPSInst_RD
(i
in mipsr6_emul()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
mips-r2-to-r6-emul.c
105
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
106
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
114
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
115
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
123
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
124
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
132
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
133
regs->regs[
MIPSInst_RD
(ir)] =
in mipsr6_emul()
141
if (
MIPSInst_RD
(ir))
in mipsr6_emul()
142
regs->regs[
MIPSInst_RD
(i
in mipsr6_emul()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
inst.h
45
#define
MIPSInst_RD
(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
inst.h
45
#define
MIPSInst_RD
(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT)
macro
/kernel/linux/linux-5.10/arch/mips/math-emu/
H
A
D
cp1emu.c
854
switch (
MIPSInst_RD
(ir)) {
in cop1_cfc()
917
switch (
MIPSInst_RD
(ir)) {
in cop1_ctc()
1127
MIPSInst_RD
(ir));
in cop1Emulate()
1136
DITOREG(xcp->regs[MIPSInst_RT(ir)],
MIPSInst_RD
(ir));
in cop1Emulate()
1146
MIPSInst_RD
(ir));
in cop1Emulate()
1155
SITOHREG(xcp->regs[MIPSInst_RT(ir)],
MIPSInst_RD
(ir));
in cop1Emulate()
1162
MIPSInst_RD
(ir));
in cop1Emulate()
1168
SITOREG(xcp->regs[MIPSInst_RT(ir)],
MIPSInst_RD
(ir));
in cop1Emulate()
1376
xcp->regs[
MIPSInst_RD
(ir)] =
in cop1Emulate()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H
A
D
cp1emu.c
854
switch (
MIPSInst_RD
(ir)) {
in cop1_cfc()
917
switch (
MIPSInst_RD
(ir)) {
in cop1_ctc()
1127
MIPSInst_RD
(ir));
in cop1Emulate()
1136
DITOREG(xcp->regs[MIPSInst_RT(ir)],
MIPSInst_RD
(ir));
in cop1Emulate()
1146
MIPSInst_RD
(ir));
in cop1Emulate()
1155
SITOHREG(xcp->regs[MIPSInst_RT(ir)],
MIPSInst_RD
(ir));
in cop1Emulate()
1162
MIPSInst_RD
(ir));
in cop1Emulate()
1168
SITOREG(xcp->regs[MIPSInst_RT(ir)],
MIPSInst_RD
(ir));
in cop1Emulate()
1376
xcp->regs[
MIPSInst_RD
(ir)] =
in cop1Emulate()
Completed in 7 milliseconds