Home
last modified time | relevance | path

Searched defs:fpureg (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dprocessor.h60 union fpureg { union
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dprocessor.h59 union fpureg { union
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dprocessor.h96 union fpureg { union
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dprocessor.h91 union fpureg { union
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc906 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 Dsimulator-mips64.cc878 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 Dsimulator-mips.cc933 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 Dsimulator-riscv64.cc2263 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 18 milliseconds