Home
last modified time | relevance | path

Searched refs:SetResult (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2558 SetResult(rd_reg(), alu_out); in DecodeTypeOp6()
2637 SetResult(rd_reg(), static_cast<int64_t>(si20_upper)); in DecodeTypeOp7()
2647 SetResult(rd_reg(), alu_out); in DecodeTypeOp7()
2656 SetResult(rd_reg(), alu_out); in DecodeTypeOp7()
2666 SetResult(rd_reg(), alu_out & clear_lower12bit_mask); in DecodeTypeOp7()
2675 SetResult(rd_reg(), alu_out); in DecodeTypeOp7()
2684 SetResult(rd_reg(), alu_out); in DecodeTypeOp7()
2796 SetResult(rd_reg(), alu_out); in DecodeTypeOp10()
2811 SetResult(rd_reg(), alu_out); in DecodeTypeOp10()
2813 SetResult(rd_re in DecodeTypeOp10()
[all...]
H A Dsimulator-loong64.h431 inline void SetResult(const int32_t rd_reg, const int64_t alu_out) { in SetResult() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3625 SetResult(rt_reg(), FCSR_); in DecodeTypeRegisterCOP1()
3633 SetResult(rt_reg(), get_fpu_register(fs_reg())); in DecodeTypeRegisterCOP1()
3636 SetResult(rt_reg(), get_fpu_register_hi_word(fs_reg())); in DecodeTypeRegisterCOP1()
3733 SetResult(rd_reg(), rt() == 0 ? rs() : 0); in DecodeTypeRegisterSPECIAL()
3737 SetResult(rd_reg(), rt() != 0 ? rs() : 0); in DecodeTypeRegisterSPECIAL()
3762 SetResult(rd_reg(), static_cast<int32_t>(rt()) << sa()); in DecodeTypeRegisterSPECIAL()
3765 SetResult(rd_reg(), rt() << sa()); in DecodeTypeRegisterSPECIAL()
3768 SetResult(rd_reg(), rt() << sa() << 32); in DecodeTypeRegisterSPECIAL()
3786 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3802 SetResult(rd_re in DecodeTypeRegisterSPECIAL()
[all...]
H A Dsimulator-mips64.h496 inline void SetResult(const int32_t rd_reg, const int64_t alu_out) { in SetResult() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3677 SetResult(rt_reg(), FCSR_); in DecodeTypeRegisterCOP1()
3680 SetResult(rt_reg(), get_fpu_register_word(fs_reg())); in DecodeTypeRegisterCOP1()
3684 SetResult(rt_reg(), get_fpu_register_hi_word(fs_reg())); in DecodeTypeRegisterCOP1()
3686 SetResult(rt_reg(), get_fpu_register_word(fs_reg() + 1)); in DecodeTypeRegisterCOP1()
3794 SetResult(rd_reg(), rt() == 0 ? rs() : 0); in DecodeTypeRegisterSPECIAL()
3798 SetResult(rd_reg(), rt() != 0 ? rs() : 0); in DecodeTypeRegisterSPECIAL()
3824 SetResult(rd_reg(), static_cast<int32_t>(alu_out)); in DecodeTypeRegisterSPECIAL()
3837 SetResult(rd_reg(), static_cast<int32_t>(alu_out)); in DecodeTypeRegisterSPECIAL()
3841 SetResult(rd_reg(), static_cast<int32_t>(alu_out)); in DecodeTypeRegisterSPECIAL()
3845 SetResult(rd_re in DecodeTypeRegisterSPECIAL()
[all...]
H A Dsimulator-mips.h483 inline void SetResult(int32_t rd_reg, int32_t alu_out) { in SetResult() function in v8::internal::Simulator
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc56 Expression* SetResult(Expression* value) { in SetResult() function in v8::internal::final
118 Expression* assignment = SetResult(undef); in AssignUndefinedBefore()
160 node->set_expression(SetResult(node->expression())); in VisitExpressionStatement()
279 Expression* assignment = SetResult(undef); in VisitTryFinallyStatement()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp537 void SetResult(HRESULT res)
631 Status->SetResult(res);
1133 encoder->progressInfoSpec[0]->Status->SetResult(res);

Completed in 27 milliseconds