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:SW_C1
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/
H
A
D
status_w.h
27
#define
SW_C1
Const__(0x0200) /* condition bit 1 */
macro
54
partial_status &= ~(SW_C0 |
SW_C1
| SW_C2 | SW_C3);
in setcc()
55
partial_status |= (cc) & (SW_C0 |
SW_C1
| SW_C2 | SW_C3);
in setcc()
60
/* Clear the
SW_C1
bit, "other bits undefined". */
61
# define clear_C1() { partial_status &= ~
SW_C1
; }
H
A
D
exception.h
19
#ifndef
SW_C1
21
#endif /*
SW_C1
*/
27
#define EX_StackOver Const_(0x0041|
SW_C1
) /* stack overflow */
37
#define PRECISION_LOST_UP Const_((EX_Precision |
SW_C1
))
H
A
D
errors.c
131
if (partial_status &
SW_C1
)
in FPU_printall()
158
partial_status &
SW_C1
? 1 : 0, partial_status & SW_C0 ? 1 : 0, /* cc */
in FPU_printall()
326
if (!(n &
SW_C1
))
in FPU_exception()
329
partial_status &= ~
SW_C1
;
in FPU_exception()
534
partial_status &= ~(
SW_C1
& flags);
in set_precision_flag()
547
partial_status |= (SW_Precision |
SW_C1
); /* The masked response */
in set_precision_flag_up()
549
EXCEPTION(EX_Precision |
SW_C1
);
in set_precision_flag_up()
556
partial_status &= ~
SW_C1
;
in set_precision_flag_down()
593
EXCEPTION(EX_Precision |
SW_C1
);
in arith_overflow()
609
partial_status &= ~
SW_C1
; /* Roun
in arith_underflow()
[all...]
H
A
D
fpu_etc.c
119
c |=
SW_C1
;
in fxam()
H
A
D
fpu_trig.c
867
cc |=
SW_C1
;
in do_fprem()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H
A
D
status_w.h
27
#define
SW_C1
Const__(0x0200) /* condition bit 1 */
macro
54
partial_status &= ~(SW_C0 |
SW_C1
| SW_C2 | SW_C3);
in setcc()
55
partial_status |= (cc) & (SW_C0 |
SW_C1
| SW_C2 | SW_C3);
in setcc()
60
/* Clear the
SW_C1
bit, "other bits undefined". */
61
# define clear_C1() { partial_status &= ~
SW_C1
; }
H
A
D
exception.h
19
#ifndef
SW_C1
21
#endif /*
SW_C1
*/
27
#define EX_StackOver Const_(0x0041|
SW_C1
) /* stack overflow */
37
#define PRECISION_LOST_UP Const_((EX_Precision |
SW_C1
))
H
A
D
errors.c
131
if (partial_status &
SW_C1
)
in FPU_printall()
158
partial_status &
SW_C1
? 1 : 0, partial_status & SW_C0 ? 1 : 0, /* cc */
in FPU_printall()
326
if (!(n &
SW_C1
))
in FPU_exception()
329
partial_status &= ~
SW_C1
;
in FPU_exception()
534
partial_status &= ~(
SW_C1
& flags);
in set_precision_flag()
547
partial_status |= (SW_Precision |
SW_C1
); /* The masked response */
in set_precision_flag_up()
549
EXCEPTION(EX_Precision |
SW_C1
);
in set_precision_flag_up()
556
partial_status &= ~
SW_C1
;
in set_precision_flag_down()
593
EXCEPTION(EX_Precision |
SW_C1
);
in arith_overflow()
609
partial_status &= ~
SW_C1
; /* Roun
in arith_underflow()
[all...]
H
A
D
fpu_etc.c
119
c |=
SW_C1
;
in fxam()
H
A
D
fpu_trig.c
872
cc |=
SW_C1
;
in do_fprem()
Completed in 6 milliseconds