Searched defs:fpureg (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 906 void Simulator::set_fpu_register(int fpureg, int64_t value) { in set_fpu_register() argument 911 void Simulator::set_fpu_register_word(int fpureg, int32_t value) { in set_fpu_register_word() argument 920 void Simulator::set_fpu_register_hi_word(int fpureg, int32_t value) { in set_fpu_register_hi_word() argument 929 set_fpu_register_float(int fpureg, float value) set_fpu_register_float() argument 934 set_fpu_register_double(int fpureg, double value) set_fpu_register_double() argument [all...] |
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 878 void Simulator::set_fpu_register(int fpureg, int64_t value) { in set_fpu_register() argument 883 void Simulator::set_fpu_register_word(int fpureg, int32_t value) { in set_fpu_register_word() argument 895 void Simulator::set_fpu_register_hi_word(int fpureg, int32_ argument 907 set_fpu_register_float(int fpureg, float value) set_fpu_register_float() argument 912 set_fpu_register_double(int fpureg, double value) set_fpu_register_double() argument [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 933 void Simulator::set_fpu_register(int fpureg, int64_t value) { in set_fpu_register() argument 939 void Simulator::set_fpu_register_word(int fpureg, int32_t value) { in set_fpu_register_word() argument 947 void Simulator::set_fpu_register_hi_word(int fpureg, int32_t value) { in set_fpu_register_hi_word() argument 956 set_fpu_register_float(int fpureg, float value) set_fpu_register_float() argument 961 set_fpu_register_double(int fpureg, double value) set_fpu_register_double() argument [all...] |
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2263 void Simulator::set_fpu_register(int fpureg, int64_t value) { in set_fpu_register() argument 2268 void Simulator::set_fpu_register_word(int fpureg, int32_t value) { in set_fpu_register_word() argument 2280 void Simulator::set_fpu_register_hi_word(int fpureg, int32_ argument 2292 set_fpu_register_float(int fpureg, float value) set_fpu_register_float() argument 2297 set_fpu_register_double(int fpureg, double value) set_fpu_register_double() argument [all...] |
Completed in 17 milliseconds