Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Dmath_helpers.h106 struct fcmpg : public std::binary_function<T, T, int32_t> { // NOLINT(readability-identifier-namin… 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/compiler/optimizer/ir/
Dir_constructor.h498 IrConstructor &Fcmpg(bool fcmpg) in Fcmpg()
/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()