Home
last modified time | relevance | path

Searched defs:inst_name (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h424 … void CheckSimple(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckSimple()
468 …void CheckSimpleWithImm(std::string inst_name, compiler::DataType::Type data_type, std::string ins… in CheckSimpleWithImm()
508 void CheckCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckCmp()
544 …void CheckFloatCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_typ… in CheckFloatCmp()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp38 void CheckSimple(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimple()
82 void CheckSimpleWithImm(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimpleWithImm()
123 void CheckCmp(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckCmp()
159 …void CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fc… in CheckFloatCmp()