Home
last modified time | relevance | path

Searched defs:fcmpg (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h106 struct fcmpg { // NOLINT(readability-identifier-naming) struct
107 constexpr int32_t operator()(const T &x, const T &y) const in operator()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h544 …atCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type, bool fcmpg) in CheckFloatCmp()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h589 bool fcmpg) in CheckFloatCmp()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h478 IrConstructor &Fcmpg(bool fcmpg) in Fcmpg()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dconst_folding_test.cpp44 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest()
Dir_builder_test.cpp170 …tCmp(const std::string &instName, DataType::Type dataType, const std::string &instType, bool fcmpg) in CheckFloatCmp()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp159 …d CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fcmpg) in CheckFloatCmp()