Home
last modified time | relevance | path

Searched refs:frs1 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc899 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() argument
3704 if (is_invalid_fadd(frs1, frs2)) { in DecodeRVRFPType()
3708 return frs1 + frs2; in DecodeRVRFPType()
3716 auto fn = [this](float frs1, float frs2) { in DecodeRVRFPType() argument
[all …]
Dsimulator-riscv64.h561 inline float frs1() const { return get_fpu_register_float(rs1_reg()); } in frs1() function
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()