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:FCSR_
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/execution/riscv64/
H
A
D
simulator-riscv64.cc
2210
FCSR_
= 0;
in Simulator()
2383
return (
FCSR_
& kFcsrFlagsMask);
in read_csr_value()
2385
return (
FCSR_
& kFcsrFrmMask) >> kFcsrFrmShift;
in read_csr_value()
2387
return (
FCSR_
& kFcsrMask);
in read_csr_value()
2402
FCSR_
= (
FCSR_
& (~kFcsrFlagsMask)) | value;
in write_csr_value()
2406
FCSR_
= (
FCSR_
& (~kFcsrFrmMask)) | (value << kFcsrFrmShift);
in write_csr_value()
2410
FCSR_
= (
FCSR_
in write_csr_value()
[all...]
H
A
D
simulator-riscv64.h
945
uint32_t
FCSR_
;
member in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips64/
H
A
D
simulator-mips64.cc
821
FCSR_
= kFCSRNaN2008FlagMask;
in Simulator()
824
FCSR_
= 0;
in Simulator()
1029
FCSR_
|= (1 << cc);
in set_fcsr_bit()
1031
FCSR_
&= ~(1 << cc);
in set_fcsr_bit()
1035
bool Simulator::test_fcsr_bit(uint32_t cc) { return
FCSR_
& (1 << cc); }
in test_fcsr_bit()
1038
FCSR_
&= ~kFCSRCauseMask;
in clear_fcsr_cause()
1042
FCSR_
|= mode & kFPURoundingModeMask;
in set_fcsr_rounding_mode()
1050
return
FCSR_
& kFPURoundingModeMask;
in get_fcsr_rounding_mode()
1175
if (
FCSR_
& kFCSRNaN2008FlagMask) {
in set_fpu_register_word_invalid_result()
1193
if (
FCSR_
in set_fpu_register_invalid_result()
3625
SetResult(rt_reg(),
FCSR_
);
DecodeTypeRegisterCOP1()
local
[all...]
H
A
D
simulator-mips64.h
611
uint32_t
FCSR_
;
member in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips/
H
A
D
simulator-mips.cc
877
FCSR_
= kFCSRNaN2008FlagMask;
in Simulator()
881
FCSR_
= 0;
in Simulator()
1100
FCSR_
|= (1 << cc);
in set_fcsr_bit()
1102
FCSR_
&= ~(1 << cc);
in set_fcsr_bit()
1106
bool Simulator::test_fcsr_bit(uint32_t cc) { return
FCSR_
& (1 << cc); }
in test_fcsr_bit()
1109
FCSR_
&= ~kFCSRCauseMask;
in clear_fcsr_cause()
1113
FCSR_
|= mode & kFPURoundingModeMask;
in set_fcsr_rounding_mode()
1121
return
FCSR_
& kFPURoundingModeMask;
in get_fcsr_rounding_mode()
1130
if (
FCSR_
& kFCSRNaN2008FlagMask) {
in set_fpu_register_word_invalid_result()
1148
if (
FCSR_
in set_fpu_register_invalid_result()
3677
SetResult(rt_reg(),
FCSR_
);
DecodeTypeRegisterCOP1()
local
[all...]
H
A
D
simulator-mips.h
590
uint32_t
FCSR_
;
member in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/loong64/
H
A
D
simulator-loong64.cc
853
FCSR_
= 0;
in Simulator()
1020
FCSR_
|= (1 << cc);
in set_fcsr_bit()
1022
FCSR_
&= ~(1 << cc);
in set_fcsr_bit()
1026
bool Simulator::test_fcsr_bit(uint32_t cc) { return
FCSR_
& (1 << cc); }
in test_fcsr_bit()
1029
FCSR_
|= mode & kFPURoundingModeMask;
in set_fcsr_rounding_mode()
1033
return
FCSR_
& kFPURoundingModeMask;
in get_fcsr_rounding_mode()
1289
// switch ((
FCSR_
>> 8) & 3) {
in round_according_to_fcsr()
1290
switch (
FCSR_
& kFPURoundingModeMask) {
in round_according_to_fcsr()
1331
switch (
FCSR_
& kFPURoundingModeMask) {
in round64_according_to_fcsr()
1372
switch (
FCSR_
in round_according_to_fcsr()
4675
SetResult(rd_reg(),
FCSR_
);
DecodeTypeOp22()
local
[all...]
H
A
D
simulator-loong64.h
517
uint32_t
FCSR_
;
member in v8::internal::Simulator
Completed in 28 milliseconds