Home
last modified time | relevance | path

Searched refs:phiword (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc898 int32_t* phiword; in set_fpu_register_hi_word() local
900 phiword = (reinterpret_cast<int32_t*>(&FPUregisters_[fpureg * 2])) + 1; in set_fpu_register_hi_word()
902 phiword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg * 2]); in set_fpu_register_hi_word()
904 *phiword = value; in set_fpu_register_hi_word()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2283 int32_t* phiword; in set_fpu_register_hi_word() local
2285 phiword = (reinterpret_cast<int32_t*>(&FPUregisters_[fpureg])) + 1; in set_fpu_register_hi_word()
2287 phiword = reinterpret_cast<int32_t*>(&FPUregisters_[fpureg]); in set_fpu_register_hi_word()
2289 *phiword = value; in set_fpu_register_hi_word()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc923 int32_t* phiword; in set_fpu_register_hi_word() local
924 phiword = (reinterpret_cast<int32_t*>(&FPUregisters_[fpureg])) + 1; in set_fpu_register_hi_word()
926 *phiword = value; in set_fpu_register_hi_word()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc951 int32_t* phiword = in set_fpu_register_hi_word() local
953 *phiword = value; in set_fpu_register_hi_word()

Completed in 36 milliseconds