Home
last modified time | relevance | path

Searched refs:frs2 (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.h565 inline float frs2() const { return get_fpu_register_float(rs2_reg()); } in frs2() function
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()