Home
last modified time | relevance | path

Searched refs:drs2 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc3918 auto fn = [this](double drs1, double drs2) { in DecodeRVRFPType()
3919 if (is_invalid_fadd(drs1, drs2)) { in DecodeRVRFPType()
3923 return drs1 + drs2; in DecodeRVRFPType()
3931 auto fn = [this](double drs1, double drs2) { in DecodeRVRFPType()
3932 if (is_invalid_fsub(drs1, drs2)) { in DecodeRVRFPType()
3936 return drs1 - drs2; in DecodeRVRFPType()
3944 auto fn = [this](double drs1, double drs2) { in DecodeRVRFPType()
3945 if (is_invalid_fmul(drs1, drs2)) { in DecodeRVRFPType()
3949 return drs1 * drs2; in DecodeRVRFPType()
3957 auto fn = [this](double drs1, double drs2) { in DecodeRVRFPType()
[all...]
H A Dsimulator-riscv64.h566 inline double drs2() const { return get_fpu_register_double(rs2_reg()); } in drs2() function in v8::internal::Simulator
773 T src2 = std::is_same<float, T>::value ? frs2() : drs2(); in CanonicalizeFPUOp3()
791 T src2 = std::is_same<float, T>::value ? frs2() : drs2(); in CanonicalizeFPUOp2()

Completed in 10 milliseconds