Searched defs:param3 (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.cpp | 290 auto param3 = CreateParamInst(graph, type, 2); in GenerateOperation() local 307 auto param3 = CreateParamInst(graph, cmp_type, 3); in GenerateOperation() local 696 auto param3 = CreateParamInst(graph, DataType::BOOL, 2); in GeneratePhiOperation() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 2914 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelect() local 2999 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelectTest() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 2942 auto param3 = Reg(6, TypeInfo(uint32_t(0))); in TestSelect() local 3031 auto param3 = Reg(6, TypeInfo(uint32_t(0))); in TestSelectTest() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 3034 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelect() local 3119 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelectTest() local
|