Searched refs:frs1 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 899 auto fn = [this](type frs1, type frs2) { \ 900 if (check_fn(frs1, frs2)) { \ 904 return frs2 op frs1; \ 918 auto fn = [this](type frs1, type frs2) { \ 919 if (check_fn(frs1, frs2)) { \ 923 return frs2 op frs1; \ 3703 auto fn = [this](float frs1, float frs2) { in DecodeRVRFPType() 3704 if (is_invalid_fadd(frs1, frs2)) { in DecodeRVRFPType() 3708 return frs1 + frs2; in DecodeRVRFPType() 3716 auto fn = [this](float frs1, floa in DecodeRVRFPType() [all...] |
H A D | simulator-riscv64.h | 561 inline float frs1() const { return get_fpu_register_float(rs1_reg()); } in frs1() function in v8::internal::Simulator 772 T src1 = std::is_same<float, T>::value ? frs1() : drs1(); in CanonicalizeFPUOp3() 790 T src1 = std::is_same<float, T>::value ? frs1() : drs1(); in CanonicalizeFPUOp2() 806 T src1 = std::is_same<float, T>::value ? frs1() : drs1(); in CanonicalizeFPUOp1() 836 if (std::isnan(alu_out) || std::isnan(frs1())) in CanonicalizeFloatToDoubleOperation() 843 double alu_out = fn(frs1()); in CanonicalizeFloatToDoubleOperation() 844 if (std::isnan(alu_out) || std::isnan(frs1())) in CanonicalizeFloatToDoubleOperation()
|
Completed in 9 milliseconds