Searched defs:fcmpg (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | math_helpers.h | 106 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/ |
| D | common.h | 544 …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/ |
| D | common.h | 589 bool fcmpg) in CheckFloatCmp()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 478 IrConstructor &Fcmpg(bool fcmpg) in Fcmpg()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | const_folding_test.cpp | 44 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest()
|
| D | ir_builder_test.cpp | 170 …tCmp(const std::string &instName, DataType::Type dataType, const std::string &instType, bool fcmpg) in CheckFloatCmp()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 159 …d CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fcmpg) in CheckFloatCmp()
|