Home
last modified time | relevance | path

Searched refs:CheckSimple (Results 1 – 2 of 2) sorted by relevance

/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() function in panda::compiler::IrBuilderTest
840 CheckSimple("mov", data_type, inst_type); in TEST_F()
848 CheckSimple("mov", data_type, inst_type); in TEST_F()
856 CheckSimple("mov", data_type, inst_type); in TEST_F()
864 CheckSimple("mov", data_type, inst_type); in TEST_F()
872 CheckSimple("mov", data_type, inst_type); in TEST_F()
937 CheckSimple("lda", data_type, inst_type); in TEST_F()
945 CheckSimple("lda", data_type, inst_type); in TEST_F()
953 CheckSimple("lda", data_type, inst_type); in TEST_F()
961 CheckSimple("lda", data_type, inst_type); in TEST_F()
[all …]
/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() function