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:FPA11
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H
A
D
fpa11.c
20
/* Reset the
FPA11
chip. Called to initialize and reset the emulator. */
24
FPA11
*fpa11 = GET_FPA11();
in resetFPA11()
75
FPA11
*fpa11 = (
FPA11
*)fp;
in nwfpe_init_fpa()
79
memset(fpa11, 0, sizeof(
FPA11
));
in nwfpe_init_fpa()
94
/* For coprocessor 1 or 2 (
FPA11
) */
in EmulateAll()
H
A
D
fpa11_cpdt.c
21
FPA11
*fpa11 = GET_FPA11();
in loadSingle()
28
FPA11
*fpa11 = GET_FPA11();
in loadDouble()
44
FPA11
*fpa11 = GET_FPA11();
in loadExtended()
61
FPA11
*fpa11 = GET_FPA11();
in loadMultiple()
93
FPA11
*fpa11 = GET_FPA11();
in storeSingle()
119
FPA11
*fpa11 = GET_FPA11();
in storeDouble()
152
FPA11
*fpa11 = GET_FPA11();
in storeExtended()
184
FPA11
*fpa11 = GET_FPA11();
in storeMultiple()
H
A
D
fpa11.h
13
#define GET_FPA11() ((
FPA11
*)(¤t_thread_info()->fpstate))
55
*
FPA11
device model.
79
} __attribute__ ((packed,aligned(4)))
FPA11
;
typedef
H
A
D
fpa11_cprt.c
59
FPA11
*fpa11 = GET_FPA11();
in PerformFLT()
102
FPA11
*fpa11 = GET_FPA11();
in PerformFIX()
144
FPA11
*fpa11 = GET_FPA11();
in PerformComparison()
H
A
D
fpmodule.c
76
if (sizeof(
FPA11
) > sizeof(union fp_state)) {
in fpe_init()
H
A
D
double_cpdo.c
101
FPA11
*fpa11 = GET_FPA11();
in DoubleCPDO()
H
A
D
extended_cpdo.c
80
FPA11
*fpa11 = GET_FPA11();
in ExtendedCPDO()
H
A
D
fpa11_cpdo.c
20
FPA11
*fpa11 = GET_FPA11();
in EmulateCPDO()
H
A
D
single_cpdo.c
78
FPA11
*fpa11 = GET_FPA11();
in SingleCPDO()
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H
A
D
fpa11.c
20
/* Reset the
FPA11
chip. Called to initialize and reset the emulator. */
24
FPA11
*fpa11 = GET_FPA11();
in resetFPA11()
75
FPA11
*fpa11 = (
FPA11
*)fp;
in nwfpe_init_fpa()
79
memset(fpa11, 0, sizeof(
FPA11
));
in nwfpe_init_fpa()
94
/* For coprocessor 1 or 2 (
FPA11
) */
in EmulateAll()
H
A
D
fpa11_cpdt.c
21
FPA11
*fpa11 = GET_FPA11();
in loadSingle()
28
FPA11
*fpa11 = GET_FPA11();
in loadDouble()
44
FPA11
*fpa11 = GET_FPA11();
in loadExtended()
61
FPA11
*fpa11 = GET_FPA11();
in loadMultiple()
93
FPA11
*fpa11 = GET_FPA11();
in storeSingle()
119
FPA11
*fpa11 = GET_FPA11();
in storeDouble()
152
FPA11
*fpa11 = GET_FPA11();
in storeExtended()
184
FPA11
*fpa11 = GET_FPA11();
in storeMultiple()
H
A
D
fpa11.h
13
#define GET_FPA11() ((
FPA11
*)(¤t_thread_info()->fpstate))
55
*
FPA11
device model.
79
} __attribute__ ((packed,aligned(4)))
FPA11
;
typedef
H
A
D
fpa11_cprt.c
59
FPA11
*fpa11 = GET_FPA11();
in PerformFLT()
102
FPA11
*fpa11 = GET_FPA11();
in PerformFIX()
144
FPA11
*fpa11 = GET_FPA11();
in PerformComparison()
H
A
D
fpmodule.c
76
if (sizeof(
FPA11
) > sizeof(union fp_state)) {
in fpe_init()
H
A
D
double_cpdo.c
101
FPA11
*fpa11 = GET_FPA11();
in DoubleCPDO()
H
A
D
single_cpdo.c
78
FPA11
*fpa11 = GET_FPA11();
in SingleCPDO()
H
A
D
extended_cpdo.c
80
FPA11
*fpa11 = GET_FPA11();
in ExtendedCPDO()
H
A
D
fpa11_cpdo.c
20
FPA11
*fpa11 = GET_FPA11();
in EmulateCPDO()
Completed in 6 milliseconds