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:FPU_CSR_ALL_X
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
fpu_emulator.h
184
(ffs(
FPU_CSR_ALL_X
) - ffs(FPU_CSR_ALL_E))));
in mask_fcr31_x()
H
A
D
mipsregs.h
1185
#define
FPU_CSR_ALL_X
0x0003f000
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
fpu_emulator.h
184
(ffs(
FPU_CSR_ALL_X
) - ffs(FPU_CSR_ALL_E))));
in mask_fcr31_x()
H
A
D
mipsregs.h
1174
#define
FPU_CSR_ALL_X
0x0003f000
macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
fpu-probe.c
54
mask =
FPU_CSR_ALL_X
| FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
H
A
D
ptrace.c
679
target->thread.fpu.fcr31 = ctrl_regs.fcsr & ~
FPU_CSR_ALL_X
;
in msa_set()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
fpu.h
59
(ffs(
FPU_CSR_ALL_X
) - ffs(FPU_CSR_ALL_E)));
in mask_fcsr_x()
H
A
D
loongarchregs.h
1601
#define
FPU_CSR_ALL_X
0x1f000000
macro
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
fpu-probe.c
54
mask =
FPU_CSR_ALL_X
| FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
H
A
D
ptrace.c
686
target->thread.fpu.fcr31 = ctrl_regs.fcsr & ~
FPU_CSR_ALL_X
;
in msa_set()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
fpu.h
58
(ffs(
FPU_CSR_ALL_X
) - ffs(FPU_CSR_ALL_E)));
in mask_fcsr_x()
H
A
D
loongarch.h
1385
#define
FPU_CSR_ALL_X
0x1f000000
macro
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
cpu-probe.c
36
mask =
FPU_CSR_ALL_X
| FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
cpu-probe.c
35
mask =
FPU_CSR_ALL_X
| FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
/kernel/linux/linux-5.10/arch/mips/math-emu/
H
A
D
cp1emu.c
874
value = fcr31 & (
FPU_CSR_ALL_X
| FPU_CSR_ALL_S);
in cop1_cfc()
943
fcr31 &= ~(
FPU_CSR_ALL_X
| FPU_CSR_ALL_S);
in cop1_ctc()
944
fcr31 |= value & (
FPU_CSR_ALL_X
| FPU_CSR_ALL_S);
in cop1_ctc()
1566
ctx->fcr31 = (ctx->fcr31 & ~
FPU_CSR_ALL_X
) | rcsr;
in fpux_emu()
2764
ctx->fcr31 = (ctx->fcr31 & ~
FPU_CSR_ALL_X
) | rcsr;
in fpu_emu()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H
A
D
cp1emu.c
874
value = fcr31 & (
FPU_CSR_ALL_X
| FPU_CSR_ALL_S);
in cop1_cfc()
943
fcr31 &= ~(
FPU_CSR_ALL_X
| FPU_CSR_ALL_S);
in cop1_ctc()
944
fcr31 |= value & (
FPU_CSR_ALL_X
| FPU_CSR_ALL_S);
in cop1_ctc()
1566
ctx->fcr31 = (ctx->fcr31 & ~
FPU_CSR_ALL_X
) | rcsr;
in fpux_emu()
2764
ctx->fcr31 = (ctx->fcr31 & ~
FPU_CSR_ALL_X
) | rcsr;
in fpu_emu()
Completed in 33 milliseconds