Home
last modified time | relevance | path

Searched refs:IsFcmpg (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp463 ASSERT_EQ(inst4->IsFcmpg(), false); in TEST_F()
466 ASSERT_EQ(inst4->IsFcmpg(), false); in TEST_F()
469 ASSERT_EQ(inst4->IsFcmpg(), true); in TEST_F()
472 ASSERT_EQ(inst5->IsFcmpg(), true); in TEST_F()
475 ASSERT_EQ(inst5->IsFcmpg(), true); in TEST_F()
478 ASSERT_EQ(inst5->IsFcmpg(), false); in TEST_F()
Dgraph_comparator.h242 if (cmp1->IsFcmpg() != cmp2->IsFcmpg()) { in Compare()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h404 if (cmp1->IsFcmpg() != cmp2->IsFcmpg()) { in Compare()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp171 vn_obj->Add(static_cast<uint32_t>(IsFcmpg())); in SetVnObject()
Ddump.cpp365 …(*out) << std::setw(INDENT_OPCODE) << ArenaString(IsFcmpg() ? "Fcmpg" : "Fcmpl", adapter) + suffix; in DumpOpcode()
Dinst.h2612 bool IsFcmpg() const in IsFcmpg() function