Searched defs:fcmpg (Results 1 – 4 of 4) sorted by relevance
106 struct fcmpg : public std::binary_function<T, T, int32_t> { // NOLINT(readability-identifier-namin… struct107 constexpr int32_t operator()(const T &x, const T &y) const in operator()
544 …atCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type, bool fcmpg) in CheckFloatCmp()
498 IrConstructor &Fcmpg(bool fcmpg) in Fcmpg()
159 …d CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fcmpg) in CheckFloatCmp()